Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::CoolingScheduleStrategy Class Referencefinal

Detailed Description

Definition at line 1458 of file routing_ils.pb.h.

#include <routing_ils.pb.h>

Inheritance diagram for operations_research::CoolingScheduleStrategy:

Classes

class  _Internal

Public Types

using Value = CoolingScheduleStrategy_Value
 nested types -------------------------------------------------—

Public Member Functions

 CoolingScheduleStrategy ()
template<typename = void>
PROTOBUF_CONSTEXPR CoolingScheduleStrategy (::google::protobuf::internal::ConstantInitialized)
 CoolingScheduleStrategy (const CoolingScheduleStrategy &from)
 CoolingScheduleStrategy (CoolingScheduleStrategy &&from) noexcept
CoolingScheduleStrategyoperator= (const CoolingScheduleStrategy &from)
CoolingScheduleStrategyoperator= (CoolingScheduleStrategy &&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 (CoolingScheduleStrategy *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CoolingScheduleStrategy *PROTOBUF_NONNULL other)
CoolingScheduleStrategy *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const CoolingScheduleStrategy &from)
void MergeFrom (const CoolingScheduleStrategy &from)
bool IsInitialized () const
::google::protobuf::Metadata GetMetadata () const
template<typename>
PROTOBUF_CONSTEXPR CoolingScheduleStrategy (::_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 CoolingScheduleStrategydefault_instance ()
static constexpr auto InternalGenerateClassData_ ()
static bool Value_IsValid (int value)
static const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL Value_descriptor ()
template<typename T>
static const ::std::string & Value_Name (T value)
static bool Value_Parse (::absl::string_view name, Value *PROTOBUF_NONNULL value)

Static Public Attributes

static constexpr int kIndexInFileMessages = 7
static constexpr Value UNSET = CoolingScheduleStrategy_Value_UNSET
static constexpr Value EXPONENTIAL = CoolingScheduleStrategy_Value_EXPONENTIAL
static constexpr Value LINEAR = CoolingScheduleStrategy_Value_LINEAR
static constexpr Value Value_MIN = CoolingScheduleStrategy_Value_Value_MIN
static constexpr Value Value_MAX = CoolingScheduleStrategy_Value_Value_MAX
static constexpr int Value_ARRAYSIZE = CoolingScheduleStrategy_Value_Value_ARRAYSIZE

Protected Member Functions

 CoolingScheduleStrategy (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 CoolingScheduleStrategy (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const CoolingScheduleStrategy &from)
 CoolingScheduleStrategy (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, CoolingScheduleStrategy &&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_2fconstraint_5fsolver_2frouting_5fils_2eproto
void swap (CoolingScheduleStrategy &a, CoolingScheduleStrategy &b)

Member Typedef Documentation

◆ Value

nested types -------------------------------------------------—

Definition at line 1570 of file routing_ils.pb.h.

Constructor & Destructor Documentation

◆ CoolingScheduleStrategy() [1/8]

operations_research::CoolingScheduleStrategy::CoolingScheduleStrategy ( )
inline

Definition at line 1461 of file routing_ils.pb.h.

◆ CoolingScheduleStrategy() [2/8]

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

◆ CoolingScheduleStrategy() [3/8]

operations_research::CoolingScheduleStrategy::CoolingScheduleStrategy ( const CoolingScheduleStrategy & from)
inline

Definition at line 1473 of file routing_ils.pb.h.

◆ CoolingScheduleStrategy() [4/8]

operations_research::CoolingScheduleStrategy::CoolingScheduleStrategy ( CoolingScheduleStrategy && from)
inlinenoexcept

Definition at line 1474 of file routing_ils.pb.h.

◆ CoolingScheduleStrategy() [5/8]

operations_research::CoolingScheduleStrategy::CoolingScheduleStrategy ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.CoolingScheduleStrategy)

Definition at line 2294 of file routing_ils.pb.cc.

◆ CoolingScheduleStrategy() [6/8]

operations_research::CoolingScheduleStrategy::CoolingScheduleStrategy ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const CoolingScheduleStrategy & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.CoolingScheduleStrategy)

Definition at line 2302 of file routing_ils.pb.cc.

◆ CoolingScheduleStrategy() [7/8]

operations_research::CoolingScheduleStrategy::CoolingScheduleStrategy ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
CoolingScheduleStrategy && from )
inlineprotectednoexcept

Definition at line 1554 of file routing_ils.pb.h.

◆ CoolingScheduleStrategy() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::CoolingScheduleStrategy::CoolingScheduleStrategy ( ::_pbi::ConstantInitialized )

Definition at line 170 of file routing_ils.pb.cc.

Member Function Documentation

◆ CopyFrom()

void operations_research::CoolingScheduleStrategy::CopyFrom ( const CoolingScheduleStrategy & from)
inline

Definition at line 1534 of file routing_ils.pb.h.

◆ default_instance()

const CoolingScheduleStrategy & operations_research::CoolingScheduleStrategy::default_instance ( )
inlinestatic

Definition at line 1508 of file routing_ils.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::CoolingScheduleStrategy::descriptor ( )
inlinestatic

Definition at line 1499 of file routing_ils.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::CoolingScheduleStrategy::GetClassData ( ) const
protected

Definition at line 2355 of file routing_ils.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::CoolingScheduleStrategy::GetDescriptor ( )
inlinestatic

Definition at line 1502 of file routing_ils.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::CoolingScheduleStrategy::GetMetadata ( ) const

Definition at line 2394 of file routing_ils.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::CoolingScheduleStrategy::GetReflection ( )
inlinestatic

Definition at line 1505 of file routing_ils.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::CoolingScheduleStrategy::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 2327 of file routing_ils.pb.cc.

◆ InternalNewImpl_()

auto operations_research::CoolingScheduleStrategy::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 2323 of file routing_ils.pb.cc.

◆ IsInitialized()

bool operations_research::CoolingScheduleStrategy::IsInitialized ( ) const
inline

Definition at line 1543 of file routing_ils.pb.h.

◆ MergeFrom()

void operations_research::CoolingScheduleStrategy::MergeFrom ( const CoolingScheduleStrategy & from)
inline

Definition at line 1538 of file routing_ils.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::CoolingScheduleStrategy::mutable_unknown_fields ( )
inline

Definition at line 1494 of file routing_ils.pb.h.

◆ New()

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

implements Message -------------------------------------------—

Definition at line 1530 of file routing_ils.pb.h.

◆ operator=() [1/2]

CoolingScheduleStrategy & operations_research::CoolingScheduleStrategy::operator= ( const CoolingScheduleStrategy & from)
inline

Definition at line 1476 of file routing_ils.pb.h.

◆ operator=() [2/2]

CoolingScheduleStrategy & operations_research::CoolingScheduleStrategy::operator= ( CoolingScheduleStrategy && from)
inlinenoexcept

Definition at line 1480 of file routing_ils.pb.h.

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::CoolingScheduleStrategy::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 2318 of file routing_ils.pb.cc.

◆ Swap()

void operations_research::CoolingScheduleStrategy::Swap ( CoolingScheduleStrategy *PROTOBUF_NONNULL other)
inline

Definition at line 1514 of file routing_ils.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::CoolingScheduleStrategy::unknown_fields ( ) const
inline

Definition at line 1490 of file routing_ils.pb.h.

◆ UnsafeArenaSwap()

void operations_research::CoolingScheduleStrategy::UnsafeArenaSwap ( CoolingScheduleStrategy *PROTOBUF_NONNULL other)
inline

Definition at line 1522 of file routing_ils.pb.h.

◆ Value_descriptor()

const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::CoolingScheduleStrategy::Value_descriptor ( )
inlinestatic

Definition at line 1580 of file routing_ils.pb.h.

◆ Value_IsValid()

bool operations_research::CoolingScheduleStrategy::Value_IsValid ( int value)
inlinestatic

Definition at line 1574 of file routing_ils.pb.h.

◆ Value_Name()

template<typename T>
const ::std::string & operations_research::CoolingScheduleStrategy::Value_Name ( T value)
inlinestatic

Definition at line 1584 of file routing_ils.pb.h.

◆ Value_Parse()

bool operations_research::CoolingScheduleStrategy::Value_Parse ( ::absl::string_view name,
Value *PROTOBUF_NONNULL value )
inlinestatic

Definition at line 1587 of file routing_ils.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1603 of file routing_ils.pb.h.

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

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

Definition at line 1605 of file routing_ils.pb.h.

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

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

Definition at line 1596 of file routing_ils.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1602 of file routing_ils.pb.h.

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto

◆ swap

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

Definition at line 1513 of file routing_ils.pb.h.

Member Data Documentation

◆ EXPONENTIAL

Value operations_research::CoolingScheduleStrategy::EXPONENTIAL = CoolingScheduleStrategy_Value_EXPONENTIAL
staticconstexpr

Definition at line 1572 of file routing_ils.pb.h.

◆ kIndexInFileMessages

int operations_research::CoolingScheduleStrategy::kIndexInFileMessages = 7
staticconstexpr

Definition at line 1512 of file routing_ils.pb.h.

◆ LINEAR

Value operations_research::CoolingScheduleStrategy::LINEAR = CoolingScheduleStrategy_Value_LINEAR
staticconstexpr

Definition at line 1573 of file routing_ils.pb.h.

◆ UNSET

Value operations_research::CoolingScheduleStrategy::UNSET = CoolingScheduleStrategy_Value_UNSET
staticconstexpr

Definition at line 1571 of file routing_ils.pb.h.

◆ Value_ARRAYSIZE

int operations_research::CoolingScheduleStrategy::Value_ARRAYSIZE = CoolingScheduleStrategy_Value_Value_ARRAYSIZE
staticconstexpr

Definition at line 1579 of file routing_ils.pb.h.

◆ Value_MAX

Value operations_research::CoolingScheduleStrategy::Value_MAX = CoolingScheduleStrategy_Value_Value_MAX
staticconstexpr

Definition at line 1578 of file routing_ils.pb.h.

◆ Value_MIN

Value operations_research::CoolingScheduleStrategy::Value_MIN = CoolingScheduleStrategy_Value_Value_MIN
staticconstexpr

Definition at line 1577 of file routing_ils.pb.h.


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