Google OR-Tools: operations_research::RecreateStrategy Class Reference

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

#include <routing_ils.pb.h>

Public Types

enum  : int { kParametersFieldNumber = 2 , kHeuristicFieldNumber = 1 }

Public Member Functions

 RecreateStrategy ()
 ~RecreateStrategy () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR RecreateStrategy (::google::protobuf::internal::ConstantInitialized)
 RecreateStrategy (const RecreateStrategy &from)
 RecreateStrategy (RecreateStrategy &&from) noexcept
RecreateStrategyoperator= (const RecreateStrategy &from)
RecreateStrategyoperator= (RecreateStrategy &&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 (RecreateStrategy *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (RecreateStrategy *PROTOBUF_NONNULL other)
RecreateStrategy *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const RecreateStrategy &from)
void MergeFrom (const RecreateStrategy &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
bool has_parameters () const
void clear_parameters ()
const ::operations_research::RecreateParametersparameters () const
::operations_research::RecreateParameters *PROTOBUF_NULLABLE release_parameters ()
::operations_research::RecreateParameters *PROTOBUF_NONNULL mutable_parameters ()
void set_allocated_parameters (::operations_research::RecreateParameters *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_parameters (::operations_research::RecreateParameters *PROTOBUF_NULLABLE value)
::operations_research::RecreateParameters *PROTOBUF_NULLABLE unsafe_arena_release_parameters ()
bool has_heuristic () const
void clear_heuristic ()
::operations_research::FirstSolutionStrategy_Value heuristic () const
void set_heuristic (::operations_research::FirstSolutionStrategy_Value value)
template<typename>
PROTOBUF_CONSTEXPR RecreateStrategy (::_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 RecreateStrategydefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 5

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

◆ anonymous enum

Enumerator
kParametersFieldNumber 
kHeuristicFieldNumber 

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

operations_research::RecreateStrategy::RecreateStrategy ( )
inline

◆ ~RecreateStrategy()

operations_research::RecreateStrategy::~RecreateStrategy ( )

◆ RecreateStrategy() [2/5]

template<typename = void>

PROTOBUF_CONSTEXPR operations_research::RecreateStrategy::RecreateStrategy ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ RecreateStrategy() [3/5]

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

◆ RecreateStrategy() [4/5]

operations_research::RecreateStrategy::RecreateStrategy ( RecreateStrategy && from)
inlinenoexcept

◆ RecreateStrategy() [5/5]

template<typename>

PROTOBUF_CONSTEXPR operations_research::RecreateStrategy::RecreateStrategy ( ::_pbi::ConstantInitialized )

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t operations_research::RecreateStrategy::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_NOINLINE void operations_research::RecreateStrategy::Clear ( )

◆ clear_heuristic()

void operations_research::RecreateStrategy::clear_heuristic ( )
inline

◆ clear_parameters()

void operations_research::RecreateStrategy::clear_parameters ( )
inline

◆ CopyFrom()

void operations_research::RecreateStrategy::CopyFrom ( const RecreateStrategy & from)

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

int operations_research::RecreateStrategy::GetCachedSize ( ) const
inline

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ has_heuristic()

bool operations_research::RecreateStrategy::has_heuristic ( ) const
inline

◆ has_parameters()

bool operations_research::RecreateStrategy::has_parameters ( ) const
inline

◆ heuristic()

◆ InternalGenerateClassData_()

auto operations_research::RecreateStrategy::InternalGenerateClassData_ ( )
staticconstexpr

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ mutable_parameters()

◆ mutable_unknown_fields()

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

◆ New()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ parameters()

const::operations_research::RecreateParameters & operations_research::RecreateStrategy::parameters ( ) const
inline

◆ release_parameters()

◆ set_allocated_parameters()

◆ set_heuristic()

◆ Swap()

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

◆ unknown_fields()

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

◆ unsafe_arena_release_parameters()

◆ unsafe_arena_set_allocated_parameters()

◆ UnsafeArenaSwap()

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

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena

friend

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

template<typename T>

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

friend

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

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

friend

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite

friend

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fils_2eproto

friend

◆ swap

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

◆ _impl_

Impl_ operations_research::RecreateStrategy::_impl_

◆ kIndexInFileMessages

int operations_research::RecreateStrategy::kIndexInFileMessages = 5

staticconstexpr

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