![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 820 of file course_scheduling.pb.h.
#include <course_scheduling.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kDisplayNameFieldNumber = 1 , kCapacityFieldNumber = 2 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
Room () | |
~Room () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | Room (::google::protobuf::internal::ConstantInitialized) |
Room (const Room &from) | |
Room (Room &&from) noexcept | |
Room & | operator= (const Room &from) |
Room & | operator= (Room &&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 (Room *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (Room *PROTOBUF_NONNULL other) |
Room *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const Room &from) |
void | MergeFrom (const Room &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 |
void | clear_display_name () |
string display_name = 1; | |
const ::std::string & | display_name () const |
template<typename Arg_ = const ::std::string&, typename... Args_> | |
void | set_display_name (Arg_ &&arg, Args_... args) |
::std::string *PROTOBUF_NONNULL | mutable_display_name () |
::std::string *PROTOBUF_NULLABLE | release_display_name () |
void | set_allocated_display_name (::std::string *PROTOBUF_NULLABLE value) |
void | clear_capacity () |
int32 capacity = 2; | |
::int32_t | capacity () const |
void | set_capacity (::int32_t value) |
template<typename> | |
PROTOBUF_CONSTEXPR | Room (::_pbi::ConstantInitialized) |
template<typename Arg_, typename... Args_> | |
PROTOBUF_ALWAYS_INLINE void | set_display_name (Arg_ &&arg, Args_... args) |
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 Room & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 7 |
Protected Member Functions | |
Room (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
Room (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const Room &from) | |
Room (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, Room &&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_2fcourse_5fscheduling_2eproto |
void | swap (Room &a, Room &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kDisplayNameFieldNumber | |
kCapacityFieldNumber |
Definition at line 962 of file course_scheduling.pb.h.
|
inline |
Definition at line 823 of file course_scheduling.pb.h.
operations_research::Room::~Room | ( | ) |
@protoc_insertion_point(destructor:operations_research.Room)
Definition at line 3207 of file course_scheduling.pb.cc.
|
explicit |
|
inline |
Definition at line 836 of file course_scheduling.pb.h.
|
inlinenoexcept |
Definition at line 837 of file course_scheduling.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.Room)
Definition at line 3163 of file course_scheduling.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.Room)
Definition at line 3180 of file course_scheduling.pb.cc.
|
inlineprotectednoexcept |
Definition at line 944 of file course_scheduling.pb.h.
PROTOBUF_CONSTEXPR operations_research::Room::Room | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 125 of file course_scheduling.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.Room)
string display_name = 1;
int32 capacity = 2;
@protoc_insertion_point(serialize_to_array_end:operations_research.Room)
Definition at line 3326 of file course_scheduling.pb.cc.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.Room)
Prevent compiler warnings about cached_has_bits being unused
string display_name = 1;
int32 capacity = 2;
Definition at line 3367 of file course_scheduling.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.Room.capacity)
Definition at line 3529 of file course_scheduling.pb.h.
PROTOBUF_NOINLINE void operations_research::Room::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.Room)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 3304 of file course_scheduling.pb.cc.
|
inline |
int32 capacity = 2;
Definition at line 3524 of file course_scheduling.pb.h.
|
inline |
string display_name = 1;
Room.
string display_name = 1;
Definition at line 3459 of file course_scheduling.pb.h.
void operations_research::Room::CopyFrom | ( | const Room & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.Room)
Definition at line 3428 of file course_scheduling.pb.cc.
|
inlinestatic |
Definition at line 871 of file course_scheduling.pb.h.
|
inlinestatic |
Definition at line 862 of file course_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.Room.display_name)
Definition at line 3464 of file course_scheduling.pb.h.
|
inline |
Definition at line 930 of file course_scheduling.pb.h.
|
protected |
Definition at line 3256 of file course_scheduling.pb.cc.
|
inlinestatic |
Definition at line 865 of file course_scheduling.pb.h.
google::protobuf::Metadata operations_research::Room::GetMetadata | ( | ) | const |
Definition at line 3446 of file course_scheduling.pb.cc.
|
inlinestatic |
Definition at line 868 of file course_scheduling.pb.h.
|
staticconstexpr |
Definition at line 3228 of file course_scheduling.pb.cc.
|
staticconstexprprotected |
Definition at line 3224 of file course_scheduling.pb.cc.
|
inline |
Definition at line 906 of file course_scheduling.pb.h.
|
inline |
Definition at line 899 of file course_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.Room.display_name)
Definition at line 3476 of file course_scheduling.pb.h.
|
inline |
Definition at line 857 of file course_scheduling.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 893 of file course_scheduling.pb.h.
Definition at line 839 of file course_scheduling.pb.h.
Definition at line 843 of file course_scheduling.pb.h.
|
inlinestaticprotected |
Definition at line 3219 of file course_scheduling.pb.cc.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.Room.display_name)
Definition at line 3496 of file course_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.Room.display_name)
Definition at line 3509 of file course_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.Room.capacity)
Definition at line 3533 of file course_scheduling.pb.h.
void operations_research::Room::set_display_name | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::Room::set_display_name | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.Room.display_name)
Definition at line 3470 of file course_scheduling.pb.h.
|
inline |
Definition at line 877 of file course_scheduling.pb.h.
|
inline |
Definition at line 853 of file course_scheduling.pb.h.
|
inline |
Definition at line 885 of file course_scheduling.pb.h.
|
friend |
Definition at line 1001 of file course_scheduling.pb.h.
|
friend |
Definition at line 1003 of file course_scheduling.pb.h.
|
friend |
Definition at line 994 of file course_scheduling.pb.h.
|
friend |
Definition at line 1000 of file course_scheduling.pb.h.
|
friend |
Definition at line 1022 of file course_scheduling.pb.h.
Definition at line 876 of file course_scheduling.pb.h.
Impl_ operations_research::Room::_impl_ |
Definition at line 1021 of file course_scheduling.pb.h.
|
staticconstexpr |
Definition at line 875 of file course_scheduling.pb.h.