Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::scheduling::rcpsp::RcpspAssignment Class Referencefinal

Detailed Description

Definition at line 565 of file rcpsp.pb.h.

#include <rcpsp.pb.h>

Inheritance diagram for operations_research::scheduling::rcpsp::RcpspAssignment:

Classes

class  _Internal

Public Types

enum  : int { kStartOfTaskFieldNumber = 1 , kSelectedRecipeOfTaskFieldNumber = 2 }

Public Member Functions

 RcpspAssignment ()
 ~RcpspAssignment () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR RcpspAssignment (::google::protobuf::internal::ConstantInitialized)
 RcpspAssignment (const RcpspAssignment &from)
 RcpspAssignment (RcpspAssignment &&from) noexcept
RcpspAssignmentoperator= (const RcpspAssignment &from)
RcpspAssignmentoperator= (RcpspAssignment &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND
inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND
void Swap (RcpspAssignment *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (RcpspAssignment *PROTOBUF_NONNULL other)
RcpspAssignment *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const RcpspAssignment &from)
void MergeFrom (const RcpspAssignment &from)
bool IsInitialized () const
ABSL_ATTRIBUTE_REINITIALIZES void Clear () PROTOBUF_FINAL
::size_t ByteSizeLong () const final
::uint8_t *PROTOBUF_NONNULL _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
int start_of_task_size () const
void clear_start_of_task ()
::int64_t start_of_task (int index) const
void set_start_of_task (int index, ::int64_t value)
void add_start_of_task (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & start_of_task () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_start_of_task ()
int selected_recipe_of_task_size () const
void clear_selected_recipe_of_task ()
::int32_t selected_recipe_of_task (int index) const
void set_selected_recipe_of_task (int index, ::int32_t value)
void add_selected_recipe_of_task (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & selected_recipe_of_task () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_selected_recipe_of_task ()
template<typename>
PROTOBUF_CONSTEXPR RcpspAssignment (::_pbi::ConstantInitialized)

Static Public Member Functions

static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL descriptor ()
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL GetDescriptor ()
static const ::google::protobuf::Reflection *PROTOBUF_NONNULL GetReflection ()
static const RcpspAssignmentdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 6

Friends

class ::google::protobuf::internal::TcParser
class ::google::protobuf::MessageLite
class ::google::protobuf::Arena
template<typename T>
class ::google::protobuf::Arena::InternalHelper
struct ::TableStruct_ortools_2fscheduling_2frcpsp_2eproto
void swap (RcpspAssignment &a, RcpspAssignment &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kStartOfTaskFieldNumber 
kSelectedRecipeOfTaskFieldNumber 

Definition at line 706 of file rcpsp.pb.h.

Constructor & Destructor Documentation

◆ RcpspAssignment() [1/5]

operations_research::scheduling::rcpsp::RcpspAssignment::RcpspAssignment ( )
inline

Definition at line 568 of file rcpsp.pb.h.

◆ ~RcpspAssignment()

operations_research::scheduling::rcpsp::RcpspAssignment::~RcpspAssignment ( )

Definition at line 2809 of file rcpsp.pb.cc.

◆ RcpspAssignment() [2/5]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::scheduling::rcpsp::RcpspAssignment::RcpspAssignment ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ RcpspAssignment() [3/5]

operations_research::scheduling::rcpsp::RcpspAssignment::RcpspAssignment ( const RcpspAssignment & from)
inline

Definition at line 581 of file rcpsp.pb.h.

◆ RcpspAssignment() [4/5]

operations_research::scheduling::rcpsp::RcpspAssignment::RcpspAssignment ( RcpspAssignment && from)
inlinenoexcept

Definition at line 582 of file rcpsp.pb.h.

◆ RcpspAssignment() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::scheduling::rcpsp::RcpspAssignment::RcpspAssignment ( ::_pbi::ConstantInitialized )

Definition at line 97 of file rcpsp.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspAssignment::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

Definition at line 2947 of file rcpsp.pb.cc.

◆ add_selected_recipe_of_task()

void operations_research::scheduling::rcpsp::RcpspAssignment::add_selected_recipe_of_task ( ::int32_t value)
inline

Definition at line 2896 of file rcpsp.pb.h.

◆ add_start_of_task()

void operations_research::scheduling::rcpsp::RcpspAssignment::add_start_of_task ( ::int64_t value)
inline

Definition at line 2846 of file rcpsp.pb.h.

◆ ByteSizeLong()

size_t operations_research::scheduling::rcpsp::RcpspAssignment::ByteSizeLong ( ) const
final

Definition at line 2995 of file rcpsp.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::scheduling::rcpsp::RcpspAssignment::Clear ( )

Definition at line 2921 of file rcpsp.pb.cc.

◆ clear_selected_recipe_of_task()

void operations_research::scheduling::rcpsp::RcpspAssignment::clear_selected_recipe_of_task ( )
inline

Definition at line 2882 of file rcpsp.pb.h.

◆ clear_start_of_task()

void operations_research::scheduling::rcpsp::RcpspAssignment::clear_start_of_task ( )
inline

Definition at line 2832 of file rcpsp.pb.h.

◆ CopyFrom()

void operations_research::scheduling::rcpsp::RcpspAssignment::CopyFrom ( const RcpspAssignment & from)

Definition at line 3054 of file rcpsp.pb.cc.

◆ default_instance()

const RcpspAssignment & operations_research::scheduling::rcpsp::RcpspAssignment::default_instance ( )
inlinestatic

Definition at line 616 of file rcpsp.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspAssignment::descriptor ( )
inlinestatic

Definition at line 607 of file rcpsp.pb.h.

◆ GetCachedSize()

int operations_research::scheduling::rcpsp::RcpspAssignment::GetCachedSize ( ) const
inline

Definition at line 675 of file rcpsp.pb.h.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspAssignment::GetDescriptor ( )
inlinestatic

Definition at line 610 of file rcpsp.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::scheduling::rcpsp::RcpspAssignment::GetMetadata ( ) const

Definition at line 3070 of file rcpsp.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspAssignment::GetReflection ( )
inlinestatic

Definition at line 613 of file rcpsp.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::scheduling::rcpsp::RcpspAssignment::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 2848 of file rcpsp.pb.cc.

◆ IsInitialized()

bool operations_research::scheduling::rcpsp::RcpspAssignment::IsInitialized ( ) const
inline

Definition at line 651 of file rcpsp.pb.h.

◆ MergeFrom()

void operations_research::scheduling::rcpsp::RcpspAssignment::MergeFrom ( const RcpspAssignment & from)
inline

Definition at line 644 of file rcpsp.pb.h.

◆ mutable_selected_recipe_of_task()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspAssignment::mutable_selected_recipe_of_task ( )
inline

Definition at line 2907 of file rcpsp.pb.h.

◆ mutable_start_of_task()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspAssignment::mutable_start_of_task ( )
inline

Definition at line 2857 of file rcpsp.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspAssignment::mutable_unknown_fields ( )
inline

Definition at line 602 of file rcpsp.pb.h.

◆ New()

RcpspAssignment *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::RcpspAssignment::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

Definition at line 638 of file rcpsp.pb.h.

◆ operator=() [1/2]

RcpspAssignment & operations_research::scheduling::rcpsp::RcpspAssignment::operator= ( const RcpspAssignment & from)
inline

Definition at line 584 of file rcpsp.pb.h.

◆ operator=() [2/2]

RcpspAssignment & operations_research::scheduling::rcpsp::RcpspAssignment::operator= ( RcpspAssignment && from)
inlinenoexcept

Definition at line 588 of file rcpsp.pb.h.

◆ selected_recipe_of_task() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::scheduling::rcpsp::RcpspAssignment::selected_recipe_of_task ( ) const
inline

Definition at line 2902 of file rcpsp.pb.h.

◆ selected_recipe_of_task() [2/2]

int32_t operations_research::scheduling::rcpsp::RcpspAssignment::selected_recipe_of_task ( int index) const
inline

Definition at line 2888 of file rcpsp.pb.h.

◆ selected_recipe_of_task_size()

int operations_research::scheduling::rcpsp::RcpspAssignment::selected_recipe_of_task_size ( ) const
inline

Definition at line 2879 of file rcpsp.pb.h.

◆ set_selected_recipe_of_task()

void operations_research::scheduling::rcpsp::RcpspAssignment::set_selected_recipe_of_task ( int index,
::int32_t value )
inline

Definition at line 2892 of file rcpsp.pb.h.

◆ set_start_of_task()

void operations_research::scheduling::rcpsp::RcpspAssignment::set_start_of_task ( int index,
::int64_t value )
inline

Definition at line 2842 of file rcpsp.pb.h.

◆ start_of_task() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::scheduling::rcpsp::RcpspAssignment::start_of_task ( ) const
inline

Definition at line 2852 of file rcpsp.pb.h.

◆ start_of_task() [2/2]

int64_t operations_research::scheduling::rcpsp::RcpspAssignment::start_of_task ( int index) const
inline

Definition at line 2838 of file rcpsp.pb.h.

◆ start_of_task_size()

int operations_research::scheduling::rcpsp::RcpspAssignment::start_of_task_size ( ) const
inline

Definition at line 2829 of file rcpsp.pb.h.

◆ Swap()

void operations_research::scheduling::rcpsp::RcpspAssignment::Swap ( RcpspAssignment *PROTOBUF_NONNULL other)
inline

Definition at line 622 of file rcpsp.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::scheduling::rcpsp::RcpspAssignment::unknown_fields ( ) const
inline

Definition at line 598 of file rcpsp.pb.h.

◆ UnsafeArenaSwap()

void operations_research::scheduling::rcpsp::RcpspAssignment::UnsafeArenaSwap ( RcpspAssignment *PROTOBUF_NONNULL other)
inline

Definition at line 630 of file rcpsp.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 756 of file rcpsp.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 758 of file rcpsp.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 749 of file rcpsp.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 755 of file rcpsp.pb.h.

◆ ::TableStruct_ortools_2fscheduling_2frcpsp_2eproto

friend struct ::TableStruct_ortools_2fscheduling_2frcpsp_2eproto
friend

Definition at line 779 of file rcpsp.pb.h.

◆ swap

void swap ( RcpspAssignment & a,
RcpspAssignment & b )
friend

Definition at line 621 of file rcpsp.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::rcpsp::RcpspAssignment::_impl_

Definition at line 778 of file rcpsp.pb.h.

◆ kIndexInFileMessages

int operations_research::scheduling::rcpsp::RcpspAssignment::kIndexInFileMessages = 6
staticconstexpr

Definition at line 620 of file rcpsp.pb.h.


The documentation for this class was generated from the following files: