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

Detailed Description

Definition at line 974 of file jobshop_scheduling.pb.h.

#include <jobshop_scheduling.pb.h>

Inheritance diagram for operations_research::scheduling::jssp::Machine:

Classes

class  _Internal

Public Types

enum  : int { kNameFieldNumber = 16 , kTransitionTimeMatrixFieldNumber = 1 }

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
Machineoperator= (const Machine &from)
Machineoperator= (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
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 ()
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
void clear_transition_time_matrix ()
const ::operations_research::scheduling::jssp::TransitionTimeMatrixtransition_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 Machinedefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 3

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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kTransitionTimeMatrixFieldNumber 

Definition at line 1115 of file jobshop_scheduling.pb.h.

Constructor & Destructor Documentation

◆ Machine() [1/5]

operations_research::scheduling::jssp::Machine::Machine ( )
inline

Definition at line 977 of file jobshop_scheduling.pb.h.

◆ ~Machine()

operations_research::scheduling::jssp::Machine::~Machine ( )

Definition at line 1727 of file jobshop_scheduling.pb.cc.

◆ Machine() [2/5]

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

◆ Machine() [3/5]

operations_research::scheduling::jssp::Machine::Machine ( const Machine & from)
inline

Definition at line 990 of file jobshop_scheduling.pb.h.

◆ Machine() [4/5]

operations_research::scheduling::jssp::Machine::Machine ( Machine && from)
inlinenoexcept

Definition at line 991 of file jobshop_scheduling.pb.h.

◆ Machine() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::scheduling::jssp::Machine::Machine ( ::_pbi::ConstantInitialized )

Definition at line 149 of file jobshop_scheduling.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 1857 of file jobshop_scheduling.pb.cc.

◆ ByteSizeLong()

size_t operations_research::scheduling::jssp::Machine::ByteSizeLong ( ) const
final

Definition at line 1900 of file jobshop_scheduling.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::scheduling::jssp::Machine::Clear ( )

Definition at line 1830 of file jobshop_scheduling.pb.cc.

◆ clear_name()

void operations_research::scheduling::jssp::Machine::clear_name ( )
inline

Definition at line 2961 of file jobshop_scheduling.pb.h.

◆ clear_transition_time_matrix()

void operations_research::scheduling::jssp::Machine::clear_transition_time_matrix ( )
inline

Definition at line 2867 of file jobshop_scheduling.pb.h.

◆ CopyFrom()

void operations_research::scheduling::jssp::Machine::CopyFrom ( const Machine & from)

Definition at line 1969 of file jobshop_scheduling.pb.cc.

◆ default_instance()

const Machine & operations_research::scheduling::jssp::Machine::default_instance ( )
inlinestatic

Definition at line 1025 of file jobshop_scheduling.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::jssp::Machine::descriptor ( )
inlinestatic

Definition at line 1016 of file jobshop_scheduling.pb.h.

◆ GetCachedSize()

int operations_research::scheduling::jssp::Machine::GetCachedSize ( ) const
inline

Definition at line 1084 of file jobshop_scheduling.pb.h.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::jssp::Machine::GetDescriptor ( )
inlinestatic

Definition at line 1019 of file jobshop_scheduling.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::scheduling::jssp::Machine::GetMetadata ( ) const

Definition at line 1987 of file jobshop_scheduling.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::scheduling::jssp::Machine::GetReflection ( )
inlinestatic

Definition at line 1022 of file jobshop_scheduling.pb.h.

◆ has_transition_time_matrix()

bool operations_research::scheduling::jssp::Machine::has_transition_time_matrix ( ) const
inline

Definition at line 2862 of file jobshop_scheduling.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::scheduling::jssp::Machine::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1752 of file jobshop_scheduling.pb.cc.

◆ IsInitialized()

bool operations_research::scheduling::jssp::Machine::IsInitialized ( ) const
inline

Definition at line 1060 of file jobshop_scheduling.pb.h.

◆ MergeFrom()

void operations_research::scheduling::jssp::Machine::MergeFrom ( const Machine & from)
inline

Definition at line 1053 of file jobshop_scheduling.pb.h.

◆ mutable_name()

std::string *PROTOBUF_NONNULL operations_research::scheduling::jssp::Machine::mutable_name ( )
inline

Definition at line 2979 of file jobshop_scheduling.pb.h.

◆ mutable_transition_time_matrix()

operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NONNULL operations_research::scheduling::jssp::Machine::mutable_transition_time_matrix ( )
inline

Definition at line 2932 of file jobshop_scheduling.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::scheduling::jssp::Machine::mutable_unknown_fields ( )
inline

Definition at line 1011 of file jobshop_scheduling.pb.h.

◆ name()

const::std::string & operations_research::scheduling::jssp::Machine::name ( ) const
inline

Definition at line 2967 of file jobshop_scheduling.pb.h.

◆ New()

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

Definition at line 1047 of file jobshop_scheduling.pb.h.

◆ operator=() [1/2]

Machine & operations_research::scheduling::jssp::Machine::operator= ( const Machine & from)
inline

Definition at line 993 of file jobshop_scheduling.pb.h.

◆ operator=() [2/2]

Machine & operations_research::scheduling::jssp::Machine::operator= ( Machine && from)
inlinenoexcept

Definition at line 997 of file jobshop_scheduling.pb.h.

◆ release_name()

std::string *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Machine::release_name ( )
inlinenodiscard

Definition at line 2998 of file jobshop_scheduling.pb.h.

◆ release_transition_time_matrix()

operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Machine::release_transition_time_matrix ( )
inlinenodiscard

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

◆ set_allocated_name()

void operations_research::scheduling::jssp::Machine::set_allocated_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

Definition at line 3011 of file jobshop_scheduling.pb.h.

◆ set_allocated_transition_time_matrix()

void operations_research::scheduling::jssp::Machine::set_allocated_transition_time_matrix ( ::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE value)
inline

Definition at line 2939 of file jobshop_scheduling.pb.h.

◆ set_name() [1/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::scheduling::jssp::Machine::set_name ( Arg_ && arg,
Args_... args )

Definition at line 2973 of file jobshop_scheduling.pb.h.

◆ set_name() [2/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::scheduling::jssp::Machine::set_name ( Arg_ && arg,
Args_... args )

◆ Swap()

void operations_research::scheduling::jssp::Machine::Swap ( Machine *PROTOBUF_NONNULL other)
inline

Definition at line 1031 of file jobshop_scheduling.pb.h.

◆ transition_time_matrix()

const::operations_research::scheduling::jssp::TransitionTimeMatrix & operations_research::scheduling::jssp::Machine::transition_time_matrix ( ) const
inline

Definition at line 2878 of file jobshop_scheduling.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::scheduling::jssp::Machine::unknown_fields ( ) const
inline

Definition at line 1007 of file jobshop_scheduling.pb.h.

◆ unsafe_arena_release_transition_time_matrix()

operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Machine::unsafe_arena_release_transition_time_matrix ( )
inline

Definition at line 2915 of file jobshop_scheduling.pb.h.

◆ unsafe_arena_set_allocated_transition_time_matrix()

void operations_research::scheduling::jssp::Machine::unsafe_arena_set_allocated_transition_time_matrix ( ::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE value)
inline

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

◆ UnsafeArenaSwap()

void operations_research::scheduling::jssp::Machine::UnsafeArenaSwap ( Machine *PROTOBUF_NONNULL other)
inline

Definition at line 1039 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1159 of file jobshop_scheduling.pb.h.

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

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

Definition at line 1161 of file jobshop_scheduling.pb.h.

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

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

Definition at line 1152 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1158 of file jobshop_scheduling.pb.h.

◆ ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto

friend struct ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto
friend

Definition at line 1180 of file jobshop_scheduling.pb.h.

◆ swap

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

Definition at line 1030 of file jobshop_scheduling.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::jssp::Machine::_impl_

Definition at line 1179 of file jobshop_scheduling.pb.h.

◆ kIndexInFileMessages

int operations_research::scheduling::jssp::Machine::kIndexInFileMessages = 3
staticconstexpr

Definition at line 1029 of file jobshop_scheduling.pb.h.


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