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

Detailed Description

Definition at line 301 of file routes_support_graph.pb.h.

#include <routes_support_graph.pb.h>

Inheritance diagram for operations_research::sat::RoutesSupportGraphProto:

Classes

class  _Internal

Public Types

enum  : int { kArcLpValuesFieldNumber = 1 }
 nested types -------------------------------------------------— More...

Public Member Functions

 RoutesSupportGraphProto ()
 ~RoutesSupportGraphProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR RoutesSupportGraphProto (::google::protobuf::internal::ConstantInitialized)
 RoutesSupportGraphProto (const RoutesSupportGraphProto &from)
 RoutesSupportGraphProto (RoutesSupportGraphProto &&from) noexcept
RoutesSupportGraphProtooperator= (const RoutesSupportGraphProto &from)
RoutesSupportGraphProtooperator= (RoutesSupportGraphProto &&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 (RoutesSupportGraphProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (RoutesSupportGraphProto *PROTOBUF_NONNULL other)
RoutesSupportGraphProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const RoutesSupportGraphProto &from)
void MergeFrom (const RoutesSupportGraphProto &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 arc_lp_values_size () const
 repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
void clear_arc_lp_values ()
::operations_research::sat::ArcLpValue *PROTOBUF_NONNULL mutable_arc_lp_values (int index)
::google::protobuf::RepeatedPtrField<::operations_research::sat::ArcLpValue > *PROTOBUF_NONNULL mutable_arc_lp_values ()
const ::operations_research::sat::ArcLpValuearc_lp_values (int index) const
::operations_research::sat::ArcLpValue *PROTOBUF_NONNULL add_arc_lp_values ()
const ::google::protobuf::RepeatedPtrField<::operations_research::sat::ArcLpValue > & arc_lp_values () const
template<typename>
PROTOBUF_CONSTEXPR RoutesSupportGraphProto (::_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 RoutesSupportGraphProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

accessors ----------------------------------------------------—

Enumerator
kArcLpValuesFieldNumber 

Definition at line 443 of file routes_support_graph.pb.h.

Constructor & Destructor Documentation

◆ RoutesSupportGraphProto() [1/8]

operations_research::sat::RoutesSupportGraphProto::RoutesSupportGraphProto ( )
inline

Definition at line 304 of file routes_support_graph.pb.h.

◆ ~RoutesSupportGraphProto()

operations_research::sat::RoutesSupportGraphProto::~RoutesSupportGraphProto ( )

@protoc_insertion_point(destructor:operations_research.sat.RoutesSupportGraphProto)

Definition at line 479 of file routes_support_graph.pb.cc.

◆ RoutesSupportGraphProto() [2/8]

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

◆ RoutesSupportGraphProto() [3/8]

operations_research::sat::RoutesSupportGraphProto::RoutesSupportGraphProto ( const RoutesSupportGraphProto & from)
inline

Definition at line 317 of file routes_support_graph.pb.h.

◆ RoutesSupportGraphProto() [4/8]

operations_research::sat::RoutesSupportGraphProto::RoutesSupportGraphProto ( RoutesSupportGraphProto && from)
inlinenoexcept

Definition at line 318 of file routes_support_graph.pb.h.

◆ RoutesSupportGraphProto() [5/8]

operations_research::sat::RoutesSupportGraphProto::RoutesSupportGraphProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.sat.RoutesSupportGraphProto)

Definition at line 438 of file routes_support_graph.pb.cc.

◆ RoutesSupportGraphProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.sat.RoutesSupportGraphProto)

Definition at line 454 of file routes_support_graph.pb.cc.

◆ RoutesSupportGraphProto() [7/8]

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

Definition at line 425 of file routes_support_graph.pb.h.

◆ RoutesSupportGraphProto() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::sat::RoutesSupportGraphProto::RoutesSupportGraphProto ( ::_pbi::ConstantInitialized )

Definition at line 63 of file routes_support_graph.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.sat.RoutesSupportGraphProto)

repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;

@protoc_insertion_point(serialize_to_array_end:operations_research.sat.RoutesSupportGraphProto)

Definition at line 597 of file routes_support_graph.pb.cc.

◆ add_arc_lp_values()

operations_research::sat::ArcLpValue *PROTOBUF_NONNULL operations_research::sat::RoutesSupportGraphProto::add_arc_lp_values ( )
inline

@protoc_insertion_point(field_add:operations_research.sat.RoutesSupportGraphProto.arc_lp_values)

Definition at line 632 of file routes_support_graph.pb.h.

◆ arc_lp_values() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::sat::ArcLpValue > & operations_research::sat::RoutesSupportGraphProto::arc_lp_values ( ) const
inline

@protoc_insertion_point(field_list:operations_research.sat.RoutesSupportGraphProto.arc_lp_values)

Definition at line 639 of file routes_support_graph.pb.h.

◆ arc_lp_values() [2/2]

const::operations_research::sat::ArcLpValue & operations_research::sat::RoutesSupportGraphProto::arc_lp_values ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.sat.RoutesSupportGraphProto.arc_lp_values)

Definition at line 627 of file routes_support_graph.pb.h.

◆ arc_lp_values_size()

int operations_research::sat::RoutesSupportGraphProto::arc_lp_values_size ( ) const
inline

repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;

Definition at line 609 of file routes_support_graph.pb.h.

◆ ByteSizeLong()

size_t operations_research::sat::RoutesSupportGraphProto::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.sat.RoutesSupportGraphProto)

Prevent compiler warnings about cached_has_bits being unused

repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;

Definition at line 630 of file routes_support_graph.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::sat::RoutesSupportGraphProto::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.sat.RoutesSupportGraphProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 580 of file routes_support_graph.pb.cc.

◆ clear_arc_lp_values()

void operations_research::sat::RoutesSupportGraphProto::clear_arc_lp_values ( )
inline

Definition at line 612 of file routes_support_graph.pb.h.

◆ CopyFrom()

void operations_research::sat::RoutesSupportGraphProto::CopyFrom ( const RoutesSupportGraphProto & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.sat.RoutesSupportGraphProto)

Definition at line 667 of file routes_support_graph.pb.cc.

◆ default_instance()

const RoutesSupportGraphProto & operations_research::sat::RoutesSupportGraphProto::default_instance ( )
inlinestatic

Definition at line 352 of file routes_support_graph.pb.h.

◆ descriptor()

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

Definition at line 343 of file routes_support_graph.pb.h.

◆ GetCachedSize()

int operations_research::sat::RoutesSupportGraphProto::GetCachedSize ( ) const
inline

Definition at line 411 of file routes_support_graph.pb.h.

◆ GetClassData()

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

Definition at line 539 of file routes_support_graph.pb.cc.

◆ GetDescriptor()

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

Definition at line 346 of file routes_support_graph.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::sat::RoutesSupportGraphProto::GetMetadata ( ) const

Definition at line 681 of file routes_support_graph.pb.cc.

◆ GetReflection()

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

Definition at line 349 of file routes_support_graph.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::sat::RoutesSupportGraphProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 511 of file routes_support_graph.pb.cc.

◆ InternalNewImpl_()

auto operations_research::sat::RoutesSupportGraphProto::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 495 of file routes_support_graph.pb.cc.

◆ IsInitialized()

bool operations_research::sat::RoutesSupportGraphProto::IsInitialized ( ) const
inline

Definition at line 387 of file routes_support_graph.pb.h.

◆ MergeFrom()

void operations_research::sat::RoutesSupportGraphProto::MergeFrom ( const RoutesSupportGraphProto & from)
inline

Definition at line 380 of file routes_support_graph.pb.h.

◆ mutable_arc_lp_values() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::sat::ArcLpValue > *PROTOBUF_NONNULL operations_research::sat::RoutesSupportGraphProto::mutable_arc_lp_values ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.sat.RoutesSupportGraphProto.arc_lp_values)

Definition at line 621 of file routes_support_graph.pb.h.

◆ mutable_arc_lp_values() [2/2]

operations_research::sat::ArcLpValue *PROTOBUF_NONNULL operations_research::sat::RoutesSupportGraphProto::mutable_arc_lp_values ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.sat.RoutesSupportGraphProto.arc_lp_values)

Definition at line 616 of file routes_support_graph.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::sat::RoutesSupportGraphProto::mutable_unknown_fields ( )
inline

Definition at line 338 of file routes_support_graph.pb.h.

◆ New()

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

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

Definition at line 374 of file routes_support_graph.pb.h.

◆ operator=() [1/2]

RoutesSupportGraphProto & operations_research::sat::RoutesSupportGraphProto::operator= ( const RoutesSupportGraphProto & from)
inline

Definition at line 320 of file routes_support_graph.pb.h.

◆ operator=() [2/2]

RoutesSupportGraphProto & operations_research::sat::RoutesSupportGraphProto::operator= ( RoutesSupportGraphProto && from)
inlinenoexcept

Definition at line 324 of file routes_support_graph.pb.h.

◆ PlacementNew_()

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

Definition at line 490 of file routes_support_graph.pb.cc.

◆ Swap()

void operations_research::sat::RoutesSupportGraphProto::Swap ( RoutesSupportGraphProto *PROTOBUF_NONNULL other)
inline

Definition at line 358 of file routes_support_graph.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::sat::RoutesSupportGraphProto::unknown_fields ( ) const
inline

Definition at line 334 of file routes_support_graph.pb.h.

◆ UnsafeArenaSwap()

void operations_research::sat::RoutesSupportGraphProto::UnsafeArenaSwap ( RoutesSupportGraphProto *PROTOBUF_NONNULL other)
inline

Definition at line 366 of file routes_support_graph.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 473 of file routes_support_graph.pb.h.

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

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

Definition at line 475 of file routes_support_graph.pb.h.

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

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

Definition at line 466 of file routes_support_graph.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 472 of file routes_support_graph.pb.h.

◆ ::TableStruct_ortools_2fsat_2froutes_5fsupport_5fgraph_2eproto

◆ swap

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

Definition at line 357 of file routes_support_graph.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::sat::RoutesSupportGraphProto::_impl_

Definition at line 491 of file routes_support_graph.pb.h.

◆ kIndexInFileMessages

int operations_research::sat::RoutesSupportGraphProto::kIndexInFileMessages = 1
staticconstexpr

Definition at line 356 of file routes_support_graph.pb.h.


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