![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 333 of file rcpsp.pb.h.
#include <rcpsp.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kDemandsFieldNumber = 2 , kResourcesFieldNumber = 3 , kDurationFieldNumber = 1 } |
| nested types -------------------------------------------------— More... | |
Public Member Functions | |
| Recipe () | |
| ~Recipe () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | Recipe (::google::protobuf::internal::ConstantInitialized) |
| Recipe (const Recipe &from) | |
| Recipe (Recipe &&from) noexcept | |
| Recipe & | operator= (const Recipe &from) |
| Recipe & | operator= (Recipe &&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 (Recipe *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (Recipe *PROTOBUF_NONNULL other) |
| Recipe *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| implements Message -------------------------------------------— | |
| void | CopyFrom (const Recipe &from) |
| void | MergeFrom (const Recipe &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 | demands_size () const |
| repeated int32 demands = 2; | |
| void | clear_demands () |
| ::int32_t | demands (int index) const |
| void | set_demands (int index, ::int32_t value) |
| void | add_demands (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | demands () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_demands () |
| int | resources_size () const |
| repeated int32 resources = 3; | |
| void | clear_resources () |
| ::int32_t | resources (int index) const |
| void | set_resources (int index, ::int32_t value) |
| void | add_resources (::int32_t value) |
| const ::google::protobuf::RepeatedField<::int32_t > & | resources () const |
| ::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_resources () |
| void | clear_duration () |
| int32 duration = 1; | |
| ::int32_t | duration () const |
| void | set_duration (::int32_t value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | Recipe (::_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 Recipe & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 1 |
Protected Member Functions | |
| Recipe (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
| Recipe (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const Recipe &from) | |
| Recipe (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, Recipe &&from) noexcept | |
| const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL | GetClassData () const PROTOBUF_FINAL |
Static Protected Member Functions | |
| static void *PROTOBUF_NONNULL | PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena) |
| static constexpr auto | InternalNewImpl_ () |
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 (Recipe &a, Recipe &b) |
| anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
| Enumerator | |
|---|---|
| kDemandsFieldNumber | |
| kResourcesFieldNumber | |
| kDurationFieldNumber | |
Definition at line 475 of file rcpsp.pb.h.
|
inline |
Definition at line 336 of file rcpsp.pb.h.
| operations_research::scheduling::rcpsp::Recipe::~Recipe | ( | ) |
@protoc_insertion_point(destructor:operations_research.scheduling.rcpsp.Recipe)
Definition at line 775 of file rcpsp.pb.cc.
|
explicit |
|
inline |
Definition at line 349 of file rcpsp.pb.h.
|
inlinenoexcept |
Definition at line 350 of file rcpsp.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.scheduling.rcpsp.Recipe)
Definition at line 725 of file rcpsp.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.scheduling.rcpsp.Recipe)
Definition at line 745 of file rcpsp.pb.cc.
|
inlineprotectednoexcept |
Definition at line 457 of file rcpsp.pb.h.
| PROTOBUF_CONSTEXPR operations_research::scheduling::rcpsp::Recipe::Recipe | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 69 of file rcpsp.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.scheduling.rcpsp.Recipe)
int32 duration = 1;
repeated int32 demands = 2;
repeated int32 resources = 3;
@protoc_insertion_point(serialize_to_array_end:operations_research.scheduling.rcpsp.Recipe)
Definition at line 911 of file rcpsp.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.scheduling.rcpsp.Recipe.demands)
Definition at line 1957 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.scheduling.rcpsp.Recipe.resources)
Definition at line 2003 of file rcpsp.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.scheduling.rcpsp.Recipe)
Prevent compiler warnings about cached_has_bits being unused
repeated int32 demands = 2;
repeated int32 resources = 3;
int32 duration = 1;
Definition at line 960 of file rcpsp.pb.cc.
| PROTOBUF_NOINLINE void operations_research::scheduling::rcpsp::Recipe::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.scheduling.rcpsp.Recipe)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 891 of file rcpsp.pb.cc.
|
inline |
Definition at line 1945 of file rcpsp.pb.h.
|
inline |
|
inline |
Definition at line 1991 of file rcpsp.pb.h.
| void operations_research::scheduling::rcpsp::Recipe::CopyFrom | ( | const Recipe & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.scheduling.rcpsp.Recipe)
Definition at line 1021 of file rcpsp.pb.cc.
|
inlinestatic |
Definition at line 384 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.scheduling.rcpsp.Recipe.demands)
Definition at line 1962 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.Recipe.demands)
Definition at line 1949 of file rcpsp.pb.h.
|
inline |
repeated int32 demands = 2;
Definition at line 1942 of file rcpsp.pb.h.
|
inlinestatic |
Definition at line 375 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.Recipe.duration)
Definition at line 1920 of file rcpsp.pb.h.
|
inline |
Definition at line 443 of file rcpsp.pb.h.
|
protected |
Definition at line 839 of file rcpsp.pb.cc.
|
inlinestatic |
Definition at line 378 of file rcpsp.pb.h.
| google::protobuf::Metadata operations_research::scheduling::rcpsp::Recipe::GetMetadata | ( | ) | const |
Definition at line 1038 of file rcpsp.pb.cc.
|
inlinestatic |
Definition at line 381 of file rcpsp.pb.h.
|
staticconstexpr |
Definition at line 811 of file rcpsp.pb.cc.
|
staticconstexprprotected |
Definition at line 791 of file rcpsp.pb.cc.
|
inline |
Definition at line 419 of file rcpsp.pb.h.
|
inline |
Definition at line 412 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.scheduling.rcpsp.Recipe.demands)
Definition at line 1967 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.scheduling.rcpsp.Recipe.resources)
Definition at line 2013 of file rcpsp.pb.h.
|
inline |
Definition at line 370 of file rcpsp.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 406 of file rcpsp.pb.h.
Definition at line 352 of file rcpsp.pb.h.
Definition at line 356 of file rcpsp.pb.h.
|
inlinestaticprotected |
Definition at line 786 of file rcpsp.pb.cc.
|
inline |
@protoc_insertion_point(field_list:operations_research.scheduling.rcpsp.Recipe.resources)
Definition at line 2008 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.Recipe.resources)
Definition at line 1995 of file rcpsp.pb.h.
|
inline |
repeated int32 resources = 3;
Definition at line 1988 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.Recipe.demands)
Definition at line 1953 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.Recipe.duration)
Definition at line 1924 of file rcpsp.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.Recipe.resources)
Definition at line 1999 of file rcpsp.pb.h.
|
inline |
Definition at line 390 of file rcpsp.pb.h.
|
inline |
Definition at line 366 of file rcpsp.pb.h.
|
inline |
Definition at line 398 of file rcpsp.pb.h.
|
friend |
Definition at line 536 of file rcpsp.pb.h.
|
friend |
Definition at line 538 of file rcpsp.pb.h.
|
friend |
Definition at line 529 of file rcpsp.pb.h.
|
friend |
Definition at line 535 of file rcpsp.pb.h.
|
friend |
Definition at line 560 of file rcpsp.pb.h.
Definition at line 389 of file rcpsp.pb.h.
| Impl_ operations_research::scheduling::rcpsp::Recipe::_impl_ |
Definition at line 559 of file rcpsp.pb.h.
|
staticconstexpr |
Definition at line 388 of file rcpsp.pb.h.