OR-Tools  9.1
Nodefinal

Detailed Description

Definition at line 297 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 418 of file flow_problem.pb.h.

Constructor & Destructor Documentation

◆ Node() [1/5]

Node ( )
inline

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

◆ ~Node()

~Node ( )
override

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

◆ Node() [2/5]

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

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

◆ Node() [3/5]

Node ( const Node from)

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

◆ Node() [4/5]

Node ( Node &&  from)
inlinenoexcept

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

◆ Node() [5/5]

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

Definition at line 481 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 544 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 591 of file flow_problem.pb.cc.

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

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

◆ Clear()

void Clear ( )
final

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

◆ clear_id()

void clear_id ( )
inline

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

◆ clear_supply()

void clear_supply ( )
inline

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

◆ CopyFrom()

void CopyFrom ( const Node from)

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

◆ default_instance()

static const Node& default_instance ( )
inlinestatic

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

◆ descriptor()

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

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

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

◆ GetReflection()

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

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

◆ has_id()

bool has_id ( ) const
inline

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

◆ has_supply()

bool has_supply ( ) const
inline

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

◆ id()

PROTOBUF_NAMESPACE_ID::int64 id ( ) const
inline

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

◆ internal_default_instance()

static const Node* internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool IsInitialized ( ) const
final

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

◆ MergeFrom()

void MergeFrom ( const Node from)

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

Node* New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

Node& operator= ( const Node from)
inline

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

◆ operator=() [2/2]

Node& operator= ( Node &&  from)
inlinenoexcept

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

◆ set_id()

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

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

◆ set_supply()

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

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

◆ supply()

PROTOBUF_NAMESPACE_ID::int64 supply ( ) const
inline

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

◆ Swap()

void Swap ( Node other)
inline

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( Node other)
inline

Definition at line 361 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 409 of file flow_problem.pb.h.

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
static
Initial value:
=
1

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


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