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

Detailed Description

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

#include <jobshop_scheduling.pb.h>

Inheritance diagram for operations_research::scheduling::jssp::TransitionTimeMatrix:

Classes

class  _Internal

Public Types

enum  : int { kTransitionTimeFieldNumber = 1 }

Public Member Functions

 TransitionTimeMatrix ()
 ~TransitionTimeMatrix () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR TransitionTimeMatrix (::google::protobuf::internal::ConstantInitialized)
 TransitionTimeMatrix (const TransitionTimeMatrix &from)
 TransitionTimeMatrix (TransitionTimeMatrix &&from) noexcept
TransitionTimeMatrixoperator= (const TransitionTimeMatrix &from)
TransitionTimeMatrixoperator= (TransitionTimeMatrix &&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 (TransitionTimeMatrix *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (TransitionTimeMatrix *PROTOBUF_NONNULL other)
TransitionTimeMatrix *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const TransitionTimeMatrix &from)
void MergeFrom (const TransitionTimeMatrix &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 transition_time_size () const
void clear_transition_time ()
::int64_t transition_time (int index) const
void set_transition_time (int index, ::int64_t value)
void add_transition_time (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & transition_time () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_transition_time ()
template<typename>
PROTOBUF_CONSTEXPR TransitionTimeMatrix (::_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 TransitionTimeMatrixdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

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 (TransitionTimeMatrix &a, TransitionTimeMatrix &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTransitionTimeFieldNumber 

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

Constructor & Destructor Documentation

◆ TransitionTimeMatrix() [1/5]

operations_research::scheduling::jssp::TransitionTimeMatrix::TransitionTimeMatrix ( )
inline

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

◆ ~TransitionTimeMatrix()

operations_research::scheduling::jssp::TransitionTimeMatrix::~TransitionTimeMatrix ( )

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

◆ TransitionTimeMatrix() [2/5]

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

◆ TransitionTimeMatrix() [3/5]

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

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

◆ TransitionTimeMatrix() [4/5]

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

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

◆ TransitionTimeMatrix() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

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

◆ add_transition_time()

void operations_research::scheduling::jssp::TransitionTimeMatrix::add_transition_time ( ::int64_t value)
inline

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_transition_time()

void operations_research::scheduling::jssp::TransitionTimeMatrix::clear_transition_time ( )
inline

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_transition_time()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::mutable_transition_time ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_transition_time()

void operations_research::scheduling::jssp::TransitionTimeMatrix::set_transition_time ( int index,
::int64_t value )
inline

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

◆ Swap()

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

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

◆ transition_time() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::scheduling::jssp::TransitionTimeMatrix::transition_time ( ) const
inline

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

◆ transition_time() [2/2]

int64_t operations_research::scheduling::jssp::TransitionTimeMatrix::transition_time ( int index) const
inline

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

◆ transition_time_size()

int operations_research::scheduling::jssp::TransitionTimeMatrix::transition_time_size ( ) const
inline

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto

friend struct ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::jssp::TransitionTimeMatrix::_impl_

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

◆ kIndexInFileMessages

int operations_research::scheduling::jssp::TransitionTimeMatrix::kIndexInFileMessages = 2
staticconstexpr

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


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