Google OR-Tools: operations_research::RoutingSearchStatus Class Reference

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

#include <routing_enums.pb.h>

Public Member Functions

 RoutingSearchStatus ()
template<typename = void>
PROTOBUF_CONSTEXPR RoutingSearchStatus (::google::protobuf::internal::ConstantInitialized)
 RoutingSearchStatus (const RoutingSearchStatus &from)
 RoutingSearchStatus (RoutingSearchStatus &&from) noexcept
RoutingSearchStatusoperator= (const RoutingSearchStatus &from)
RoutingSearchStatusoperator= (RoutingSearchStatus &&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 (RoutingSearchStatus *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (RoutingSearchStatus *PROTOBUF_NONNULL other)
RoutingSearchStatus *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const RoutingSearchStatus &from)
void MergeFrom (const RoutingSearchStatus &from)
bool IsInitialized () const
::google::protobuf::Metadata GetMetadata () const
template<typename>
PROTOBUF_CONSTEXPR RoutingSearchStatus (::_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 RoutingSearchStatusdefault_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 = 2
static constexpr Value ROUTING_NOT_SOLVED = RoutingSearchStatus_Value_ROUTING_NOT_SOLVED
static constexpr Value ROUTING_SUCCESS = RoutingSearchStatus_Value_ROUTING_SUCCESS
static constexpr Value ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED = RoutingSearchStatus_Value_ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED
static constexpr Value ROUTING_FAIL = RoutingSearchStatus_Value_ROUTING_FAIL
static constexpr Value ROUTING_FAIL_TIMEOUT = RoutingSearchStatus_Value_ROUTING_FAIL_TIMEOUT
static constexpr Value ROUTING_INVALID = RoutingSearchStatus_Value_ROUTING_INVALID
static constexpr Value ROUTING_INFEASIBLE = RoutingSearchStatus_Value_ROUTING_INFEASIBLE
static constexpr Value ROUTING_OPTIMAL = RoutingSearchStatus_Value_ROUTING_OPTIMAL
static constexpr Value Value_MIN = RoutingSearchStatus_Value_Value_MIN
static constexpr Value Value_MAX = RoutingSearchStatus_Value_Value_MAX
static constexpr int Value_ARRAYSIZE = RoutingSearchStatus_Value_Value_ARRAYSIZE

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_5fenums_2eproto
void swap (RoutingSearchStatus &a, RoutingSearchStatus &b)

◆ Value

operations_research::RoutingSearchStatus::RoutingSearchStatus ( )
inline

◆ RoutingSearchStatus() [2/5]

template<typename = void>

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

◆ RoutingSearchStatus() [3/5]

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

◆ RoutingSearchStatus() [4/5]

operations_research::RoutingSearchStatus::RoutingSearchStatus ( RoutingSearchStatus && from)
inlinenoexcept

◆ RoutingSearchStatus() [5/5]

template<typename>

PROTOBUF_CONSTEXPR operations_research::RoutingSearchStatus::RoutingSearchStatus ( ::_pbi::ConstantInitialized )

◆ CopyFrom()

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ InternalGenerateClassData_()

auto operations_research::RoutingSearchStatus::InternalGenerateClassData_ ( )
staticconstexpr

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ mutable_unknown_fields()

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

◆ New()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ Swap()

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

◆ unknown_fields()

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

◆ UnsafeArenaSwap()

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

◆ Value_descriptor()

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

◆ Value_IsValid()

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

◆ Value_Name()

template<typename T>

const ::std::string & operations_research::RoutingSearchStatus::Value_Name ( T value)
inlinestatic

◆ Value_Parse()

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

◆ ::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_5fenums_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto

friend

◆ swap

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

◆ kIndexInFileMessages

int operations_research::RoutingSearchStatus::kIndexInFileMessages = 2

staticconstexpr

◆ ROUTING_FAIL

◆ ROUTING_FAIL_TIMEOUT

◆ ROUTING_INFEASIBLE

◆ ROUTING_INVALID

◆ ROUTING_NOT_SOLVED

◆ ROUTING_OPTIMAL

◆ ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED

◆ ROUTING_SUCCESS

◆ Value_ARRAYSIZE

◆ Value_MAX

◆ Value_MIN


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