![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 976 of file jobshop_scheduling.pb.h.
#include <jobshop_scheduling.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kNameFieldNumber = 16 , kTransitionTimeMatrixFieldNumber = 1 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
Machine () | |
~Machine () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | Machine (::google::protobuf::internal::ConstantInitialized) |
Machine (const Machine &from) | |
Machine (Machine &&from) noexcept | |
Machine & | operator= (const Machine &from) |
Machine & | operator= (Machine &&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 (Machine *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (Machine *PROTOBUF_NONNULL other) |
Machine *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const Machine &from) |
void | MergeFrom (const Machine &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_name () |
string name = 16; | |
const ::std::string & | name () const |
template<typename Arg_ = const ::std::string&, typename... Args_> | |
void | set_name (Arg_ &&arg, Args_... args) |
::std::string *PROTOBUF_NONNULL | mutable_name () |
::std::string *PROTOBUF_NULLABLE | release_name () |
void | set_allocated_name (::std::string *PROTOBUF_NULLABLE value) |
bool | has_transition_time_matrix () const |
.operations_research.scheduling.jssp.TransitionTimeMatrix transition_time_matrix = 1; | |
void | clear_transition_time_matrix () |
const ::operations_research::scheduling::jssp::TransitionTimeMatrix & | transition_time_matrix () const |
::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE | release_transition_time_matrix () |
::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NONNULL | mutable_transition_time_matrix () |
void | set_allocated_transition_time_matrix (::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE value) |
void | unsafe_arena_set_allocated_transition_time_matrix (::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE value) |
::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE | unsafe_arena_release_transition_time_matrix () |
template<typename> | |
PROTOBUF_CONSTEXPR | Machine (::_pbi::ConstantInitialized) |
template<typename Arg_, typename... Args_> | |
PROTOBUF_ALWAYS_INLINE void | set_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 Machine & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 3 |
Protected Member Functions | |
Machine (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
Machine (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const Machine &from) | |
Machine (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, Machine &&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_2fjobshop_5fscheduling_2eproto |
void | swap (Machine &a, Machine &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kNameFieldNumber | |
kTransitionTimeMatrixFieldNumber |
Definition at line 1118 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 979 of file jobshop_scheduling.pb.h.
operations_research::scheduling::jssp::Machine::~Machine | ( | ) |
@protoc_insertion_point(destructor:operations_research.scheduling.jssp.Machine)
Definition at line 1624 of file jobshop_scheduling.pb.cc.
|
explicit |
|
inline |
Definition at line 992 of file jobshop_scheduling.pb.h.
|
inlinenoexcept |
Definition at line 993 of file jobshop_scheduling.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.scheduling.jssp.Machine)
Definition at line 1577 of file jobshop_scheduling.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.scheduling.jssp.Machine)
Definition at line 1594 of file jobshop_scheduling.pb.cc.
|
inlineprotectednoexcept |
Definition at line 1100 of file jobshop_scheduling.pb.h.
PROTOBUF_CONSTEXPR operations_research::scheduling::jssp::Machine::Machine | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 149 of file jobshop_scheduling.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.scheduling.jssp.Machine)
.operations_research.scheduling.jssp.TransitionTimeMatrix transition_time_matrix = 1;
string name = 16;
@protoc_insertion_point(serialize_to_array_end:operations_research.scheduling.jssp.Machine)
Definition at line 1751 of file jobshop_scheduling.pb.cc.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.scheduling.jssp.Machine)
Prevent compiler warnings about cached_has_bits being unused
string name = 16;
.operations_research.scheduling.jssp.TransitionTimeMatrix transition_time_matrix = 1;
Definition at line 1791 of file jobshop_scheduling.pb.cc.
PROTOBUF_NOINLINE void operations_research::scheduling::jssp::Machine::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.scheduling.jssp.Machine)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1724 of file jobshop_scheduling.pb.cc.
|
inline |
string name = 16;
Definition at line 2941 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 2848 of file jobshop_scheduling.pb.h.
void operations_research::scheduling::jssp::Machine::CopyFrom | ( | const Machine & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.scheduling.jssp.Machine)
Definition at line 1854 of file jobshop_scheduling.pb.cc.
|
inlinestatic |
Definition at line 1027 of file jobshop_scheduling.pb.h.
|
inlinestatic |
Definition at line 1018 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1086 of file jobshop_scheduling.pb.h.
|
protected |
Definition at line 1674 of file jobshop_scheduling.pb.cc.
|
inlinestatic |
Definition at line 1021 of file jobshop_scheduling.pb.h.
google::protobuf::Metadata operations_research::scheduling::jssp::Machine::GetMetadata | ( | ) | const |
Definition at line 1872 of file jobshop_scheduling.pb.cc.
|
inlinestatic |
Definition at line 1024 of file jobshop_scheduling.pb.h.
|
inline |
.operations_research.scheduling.jssp.TransitionTimeMatrix transition_time_matrix = 1;
.operations_research.scheduling.jssp.TransitionTimeMatrix transition_time_matrix = 1;
Definition at line 2843 of file jobshop_scheduling.pb.h.
|
staticconstexpr |
Definition at line 1646 of file jobshop_scheduling.pb.cc.
|
staticconstexprprotected |
Definition at line 1642 of file jobshop_scheduling.pb.cc.
|
inline |
Definition at line 1062 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1055 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.Machine.name)
Definition at line 2958 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.Machine.transition_time_matrix)
Definition at line 2912 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1013 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.jssp.Machine.name)
Definition at line 2946 of file jobshop_scheduling.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 1049 of file jobshop_scheduling.pb.h.
Definition at line 995 of file jobshop_scheduling.pb.h.
|
inlinenoexcept |
Definition at line 999 of file jobshop_scheduling.pb.h.
|
inlinestaticprotected |
Definition at line 1637 of file jobshop_scheduling.pb.cc.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.scheduling.jssp.Machine.name)
Definition at line 2978 of file jobshop_scheduling.pb.h.
|
inlinenodiscard |
Definition at line 2876 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.scheduling.jssp.Machine.name)
Definition at line 2991 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.scheduling.jssp.Machine.transition_time_matrix)
Definition at line 2919 of file jobshop_scheduling.pb.h.
void operations_research::scheduling::jssp::Machine::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::scheduling::jssp::Machine::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.scheduling.jssp.Machine.name)
Definition at line 2952 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1033 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.scheduling.jssp.Machine.transition_time_matrix)
Definition at line 2858 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1009 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.scheduling.jssp.Machine.transition_time_matrix)
Definition at line 2895 of file jobshop_scheduling.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.scheduling.jssp.Machine.transition_time_matrix)
Definition at line 2862 of file jobshop_scheduling.pb.h.
|
inline |
Definition at line 1041 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 1162 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 1164 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 1155 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 1161 of file jobshop_scheduling.pb.h.
|
friend |
Definition at line 1183 of file jobshop_scheduling.pb.h.
Definition at line 1032 of file jobshop_scheduling.pb.h.
Impl_ operations_research::scheduling::jssp::Machine::_impl_ |
Definition at line 1182 of file jobshop_scheduling.pb.h.
|
staticconstexpr |
Definition at line 1031 of file jobshop_scheduling.pb.h.