C++ Reference

C++ Reference: Routing

FirstSolutionStrategy

Detailed Description

Definition at line 143 of file routing_enums.pb.h.

Public Types

typedef FirstSolutionStrategy_Value Value
 

Public Member Functions

 FirstSolutionStrategy ()
 
virtual ~FirstSolutionStrategy ()
 
 FirstSolutionStrategy (const FirstSolutionStrategy &from)
 
 FirstSolutionStrategy (FirstSolutionStrategy &&from) noexcept
 
FirstSolutionStrategyoperator= (const FirstSolutionStrategy &from)
 
FirstSolutionStrategyoperator= (FirstSolutionStrategy &&from) noexcept
 
void Swap (FirstSolutionStrategy *other)
 
FirstSolutionStrategyNew () const final
 
FirstSolutionStrategyNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const FirstSolutionStrategy &from)
 
void MergeFrom (const FirstSolutionStrategy &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const FirstSolutionStrategydefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const FirstSolutionStrategyinternal_default_instance ()
 
static bool Value_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Value_descriptor ()
 
template<typename T >
static const std::string & Value_Name (T enum_t_value)
 
static bool Value_Parse (const std::string &name, Value *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static constexpr Value UNSET
 
static constexpr Value AUTOMATIC
 
static constexpr Value PATH_CHEAPEST_ARC
 
static constexpr Value PATH_MOST_CONSTRAINED_ARC
 
static constexpr Value EVALUATOR_STRATEGY
 
static constexpr Value SAVINGS
 
static constexpr Value SWEEP
 
static constexpr Value CHRISTOFIDES
 
static constexpr Value ALL_UNPERFORMED
 
static constexpr Value BEST_INSERTION
 
static constexpr Value PARALLEL_CHEAPEST_INSERTION
 
static constexpr Value SEQUENTIAL_CHEAPEST_INSERTION
 
static constexpr Value LOCAL_CHEAPEST_INSERTION
 
static constexpr Value GLOBAL_CHEAPEST_ARC
 
static constexpr Value LOCAL_CHEAPEST_ARC
 
static constexpr Value FIRST_UNBOUND_MIN_VALUE
 
static constexpr Value Value_MIN
 
static constexpr Value Value_MAX
 
static constexpr int Value_ARRAYSIZE
 

Member Typedef Documentation

◆ Value

Definition at line 246 of file routing_enums.pb.h.

Constructor & Destructor Documentation

◆ FirstSolutionStrategy() [1/3]

◆ ~FirstSolutionStrategy()

virtual ~FirstSolutionStrategy ( )
virtual

◆ FirstSolutionStrategy() [2/3]

◆ FirstSolutionStrategy() [3/3]

FirstSolutionStrategy ( FirstSolutionStrategy &&  from)
inlinenoexcept

Definition at line 150 of file routing_enums.pb.h.

Member Function Documentation

◆ _InternalParse()

const char* _InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ CopyFrom() [1/2]

void CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [2/2]

void CopyFrom ( const FirstSolutionStrategy from)

◆ default_instance()

static const FirstSolutionStrategy& default_instance ( )
static

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor ( )
inlinestatic

Definition at line 168 of file routing_enums.pb.h.

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

Definition at line 215 of file routing_enums.pb.h.

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection ( )
inlinestatic

Definition at line 174 of file routing_enums.pb.h.

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const FirstSolutionStrategy* internal_default_instance ( )
inlinestatic

Definition at line 180 of file routing_enums.pb.h.

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

void MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [2/2]

void MergeFrom ( const FirstSolutionStrategy from)

◆ New() [1/2]

FirstSolutionStrategy* New ( ) const
inlinefinal

Definition at line 197 of file routing_enums.pb.h.

◆ New() [2/2]

FirstSolutionStrategy* New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 201 of file routing_enums.pb.h.

◆ operator=() [1/2]

FirstSolutionStrategy& operator= ( const FirstSolutionStrategy from)
inline

Definition at line 155 of file routing_enums.pb.h.

◆ operator=() [2/2]

FirstSolutionStrategy& operator= ( FirstSolutionStrategy &&  from)
inlinenoexcept

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

◆ Swap()

void Swap ( FirstSolutionStrategy other)
inline

Definition at line 190 of file routing_enums.pb.h.

◆ Value_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Value_descriptor ( )
inlinestatic

Definition at line 289 of file routing_enums.pb.h.

◆ Value_IsValid()

static bool Value_IsValid ( int  value)
inlinestatic

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

◆ Value_Name()

static const std::string& Value_Name ( enum_t_value)
inlinestatic

Definition at line 293 of file routing_enums.pb.h.

◆ Value_Parse()

static bool Value_Parse ( const std::string &  name,
Value value 
)
inlinestatic

Definition at line 299 of file routing_enums.pb.h.

Member Data Documentation

◆ ALL_UNPERFORMED

constexpr Value ALL_UNPERFORMED
staticconstexpr
Initial value:

Definition at line 263 of file routing_enums.pb.h.

◆ AUTOMATIC

constexpr Value AUTOMATIC
staticconstexpr
Initial value:

Definition at line 249 of file routing_enums.pb.h.

◆ BEST_INSERTION

constexpr Value BEST_INSERTION
staticconstexpr
Initial value:

Definition at line 265 of file routing_enums.pb.h.

◆ CHRISTOFIDES

constexpr Value CHRISTOFIDES
staticconstexpr
Initial value:

Definition at line 261 of file routing_enums.pb.h.

◆ EVALUATOR_STRATEGY

constexpr Value EVALUATOR_STRATEGY
staticconstexpr
Initial value:

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

◆ FIRST_UNBOUND_MIN_VALUE

constexpr Value FIRST_UNBOUND_MIN_VALUE
staticconstexpr
Initial value:

Definition at line 277 of file routing_enums.pb.h.

◆ GLOBAL_CHEAPEST_ARC

constexpr Value GLOBAL_CHEAPEST_ARC
staticconstexpr
Initial value:

Definition at line 273 of file routing_enums.pb.h.

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 184 of file routing_enums.pb.h.

◆ LOCAL_CHEAPEST_ARC

constexpr Value LOCAL_CHEAPEST_ARC
staticconstexpr
Initial value:

Definition at line 275 of file routing_enums.pb.h.

◆ LOCAL_CHEAPEST_INSERTION

constexpr Value LOCAL_CHEAPEST_INSERTION
staticconstexpr

◆ PARALLEL_CHEAPEST_INSERTION

constexpr Value PARALLEL_CHEAPEST_INSERTION
staticconstexpr

◆ PATH_CHEAPEST_ARC

constexpr Value PATH_CHEAPEST_ARC
staticconstexpr
Initial value:

Definition at line 251 of file routing_enums.pb.h.

◆ PATH_MOST_CONSTRAINED_ARC

constexpr Value PATH_MOST_CONSTRAINED_ARC
staticconstexpr

◆ SAVINGS

constexpr Value SAVINGS
staticconstexpr
Initial value:

Definition at line 257 of file routing_enums.pb.h.

◆ SEQUENTIAL_CHEAPEST_INSERTION

constexpr Value SEQUENTIAL_CHEAPEST_INSERTION
staticconstexpr

◆ SWEEP

constexpr Value SWEEP
staticconstexpr
Initial value:

Definition at line 259 of file routing_enums.pb.h.

◆ UNSET

constexpr Value UNSET
staticconstexpr
Initial value:

Definition at line 247 of file routing_enums.pb.h.

◆ Value_ARRAYSIZE

constexpr int Value_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ Value_MAX

constexpr Value Value_MAX
staticconstexpr
Initial value:

Definition at line 284 of file routing_enums.pb.h.

◆ Value_MIN

constexpr Value Value_MIN
staticconstexpr
Initial value:

Definition at line 282 of file routing_enums.pb.h.


The documentation for this class was generated from the following file:
constexpr FirstSolutionStrategy_Value FirstSolutionStrategy_Value_Value_MIN
constexpr FirstSolutionStrategy_Value FirstSolutionStrategy_Value_Value_MAX
constexpr int FirstSolutionStrategy_Value_Value_ARRAYSIZE