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

Detailed Description

Definition at line 122 of file flow_problem.pb.h.

#include <flow_problem.pb.h>

Inheritance diagram for operations_research::FlowNodeProto:

Classes

class  _Internal

Public Types

enum  : int { kIdFieldNumber = 1 , kSupplyFieldNumber = 2 }

Public Member Functions

 FlowNodeProto ()
 ~FlowNodeProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR FlowNodeProto (::google::protobuf::internal::ConstantInitialized)
 FlowNodeProto (const FlowNodeProto &from)
 FlowNodeProto (FlowNodeProto &&from) noexcept
FlowNodeProtooperator= (const FlowNodeProto &from)
FlowNodeProtooperator= (FlowNodeProto &&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 (FlowNodeProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (FlowNodeProto *PROTOBUF_NONNULL other)
FlowNodeProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const FlowNodeProto &from)
void MergeFrom (const FlowNodeProto &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_id () const
void clear_id ()
::int64_t id () const
void set_id (::int64_t value)
bool has_supply () const
void clear_supply ()
::int64_t supply () const
void set_supply (::int64_t value)
template<typename>
PROTOBUF_CONSTEXPR FlowNodeProto (::_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 FlowNodeProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kSupplyFieldNumber 

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

Constructor & Destructor Documentation

◆ FlowNodeProto() [1/5]

operations_research::FlowNodeProto::FlowNodeProto ( )
inline

Definition at line 125 of file flow_problem.pb.h.

◆ ~FlowNodeProto()

operations_research::FlowNodeProto::~FlowNodeProto ( )

Definition at line 568 of file flow_problem.pb.cc.

◆ FlowNodeProto() [2/5]

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

◆ FlowNodeProto() [3/5]

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

Definition at line 138 of file flow_problem.pb.h.

◆ FlowNodeProto() [4/5]

operations_research::FlowNodeProto::FlowNodeProto ( FlowNodeProto && from)
inlinenoexcept

Definition at line 139 of file flow_problem.pb.h.

◆ FlowNodeProto() [5/5]

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

Definition at line 36 of file flow_problem.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 687 of file flow_problem.pb.cc.

◆ ByteSizeLong()

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

Definition at line 727 of file flow_problem.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::FlowNodeProto::Clear ( )

Definition at line 664 of file flow_problem.pb.cc.

◆ clear_id()

void operations_research::FlowNodeProto::clear_id ( )
inline

Definition at line 952 of file flow_problem.pb.h.

◆ clear_supply()

void operations_research::FlowNodeProto::clear_supply ( )
inline

Definition at line 981 of file flow_problem.pb.h.

◆ CopyFrom()

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

Definition at line 782 of file flow_problem.pb.cc.

◆ default_instance()

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

Definition at line 173 of file flow_problem.pb.h.

◆ descriptor()

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

Definition at line 164 of file flow_problem.pb.h.

◆ GetCachedSize()

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

Definition at line 232 of file flow_problem.pb.h.

◆ GetDescriptor()

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

Definition at line 167 of file flow_problem.pb.h.

◆ GetMetadata()

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

Definition at line 802 of file flow_problem.pb.cc.

◆ GetReflection()

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

Definition at line 170 of file flow_problem.pb.h.

◆ has_id()

bool operations_research::FlowNodeProto::has_id ( ) const
inline

Definition at line 948 of file flow_problem.pb.h.

◆ has_supply()

bool operations_research::FlowNodeProto::has_supply ( ) const
inline

Definition at line 977 of file flow_problem.pb.h.

◆ id()

int64_t operations_research::FlowNodeProto::id ( ) const
inline

Definition at line 958 of file flow_problem.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::FlowNodeProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 591 of file flow_problem.pb.cc.

◆ IsInitialized()

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

Definition at line 208 of file flow_problem.pb.h.

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

Definition at line 195 of file flow_problem.pb.h.

◆ operator=() [1/2]

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

Definition at line 141 of file flow_problem.pb.h.

◆ operator=() [2/2]

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

Definition at line 145 of file flow_problem.pb.h.

◆ set_id()

void operations_research::FlowNodeProto::set_id ( ::int64_t value)
inline

Definition at line 962 of file flow_problem.pb.h.

◆ set_supply()

void operations_research::FlowNodeProto::set_supply ( ::int64_t value)
inline

Definition at line 991 of file flow_problem.pb.h.

◆ supply()

int64_t operations_research::FlowNodeProto::supply ( ) const
inline

Definition at line 987 of file flow_problem.pb.h.

◆ Swap()

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

Definition at line 179 of file flow_problem.pb.h.

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

Definition at line 187 of file flow_problem.pb.h.

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

Definition at line 292 of file flow_problem.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 298 of file flow_problem.pb.h.

◆ ::TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto

friend struct ::TableStruct_ortools_2fgraph_2fflow_5fproblem_2eproto
friend

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

◆ swap

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

Definition at line 178 of file flow_problem.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::FlowNodeProto::_impl_

Definition at line 319 of file flow_problem.pb.h.

◆ kIndexInFileMessages

int operations_research::FlowNodeProto::kIndexInFileMessages = 1
staticconstexpr

Definition at line 177 of file flow_problem.pb.h.


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