OR-Tools  9.1
Nodefinal

Detailed Description

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

Classes

class  _Internal
 

Public Types

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

Public Member Functions

 Node ()
 
 ~Node () override
 
constexpr Node (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Node (const Node &from)
 
 Node (Node &&from) noexcept
 
Nodeoperator= (const Node &from)
 
Nodeoperator= (Node &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Node *other)
 
void UnsafeArenaSwap (Node *other)
 
NodeNew () const final
 
NodeNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const Node &from)
 
void MergeFrom (const Node &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
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_id () const
 
void clear_id ()
 
::PROTOBUF_NAMESPACE_ID::int64 id () const
 
void set_id (::PROTOBUF_NAMESPACE_ID::int64 value)
 
bool has_supply () const
 
void clear_supply ()
 
::PROTOBUF_NAMESPACE_ID::int64 supply () const
 
void set_supply (::PROTOBUF_NAMESPACE_ID::int64 value)
 

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 Nodedefault_instance ()
 
static const Nodeinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 Node (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kSupplyFieldNumber 

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

Constructor & Destructor Documentation

◆ Node() [1/5]

Node ( )
inline

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

◆ ~Node()

~Node ( )
override

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

◆ Node() [2/5]

constexpr Node ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

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

◆ Node() [3/5]

Node ( const Node from)

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

◆ Node() [4/5]

Node ( Node &&  from)
inlinenoexcept

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

◆ Node() [5/5]

Node ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

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

Member Function Documentation

◆ _InternalParse()

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

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

◆ _InternalSerialize()

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

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

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

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

◆ Clear()

void Clear ( )
final

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

◆ clear_id()

void clear_id ( )
inline

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

◆ clear_supply()

void clear_supply ( )
inline

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

◆ CopyFrom()

void CopyFrom ( const Node from)

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

◆ default_instance()

static const Node & default_instance ( )
inlinestatic

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

◆ descriptor()

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

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData ( ) const
final

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

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

◆ GetReflection()

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

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

◆ has_id()

bool has_id ( ) const
inline

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

◆ has_supply()

bool has_supply ( ) const
inline

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

◆ id()

PROTOBUF_NAMESPACE_ID::int64 id ( ) const
inline

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

◆ internal_default_instance()

static const Node * internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool IsInitialized ( ) const
final

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

◆ MergeFrom()

void MergeFrom ( const Node from)

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ( )
inline

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

◆ New() [1/2]

Node * New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

Node & operator= ( const Node from)
inline

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

◆ operator=() [2/2]

Node & operator= ( Node &&  from)
inlinenoexcept

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

◆ set_id()

void set_id ( ::PROTOBUF_NAMESPACE_ID::int64  value)
inline

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

◆ set_supply()

void set_supply ( ::PROTOBUF_NAMESPACE_ID::int64  value)
inline

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

◆ supply()

PROTOBUF_NAMESPACE_ID::int64 supply ( ) const
inline

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

◆ Swap()

void Swap ( Node other)
inline

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

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( Node other)
inline

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

Member Data Documentation

◆ _class_data_

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData _class_data_
static
Initial value:
= {
::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
Node::MergeImpl
}

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

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


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