C++ Reference
C++ Reference: Graph
Detailed Description
Definition at line 102 of file flow_problem.pb.h.
Public Types | |
| enum | : int { kTailNodeIdFieldNumber = 1, kHeadNodeIdFieldNumber = 2, kUnitCostFieldNumber = 4, kCapacityFieldNumber = 3 } |
Public Member Functions | |
| Arc () | |
| virtual | ~Arc () |
| Arc (const Arc &from) | |
| Arc (Arc &&from) noexcept | |
| Arc & | operator= (const Arc &from) |
| Arc & | operator= (Arc &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (Arc *other) |
| Arc * | New () const final |
| Arc * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
| void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | CopyFrom (const Arc &from) |
| void | MergeFrom (const Arc &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 |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| bool | has_tail_node_id () const |
| void | clear_tail_node_id () |
| ::PROTOBUF_NAMESPACE_ID::int64 | tail_node_id () const |
| void | set_tail_node_id (::PROTOBUF_NAMESPACE_ID::int64 value) |
| bool | has_head_node_id () const |
| void | clear_head_node_id () |
| ::PROTOBUF_NAMESPACE_ID::int64 | head_node_id () const |
| void | set_head_node_id (::PROTOBUF_NAMESPACE_ID::int64 value) |
| bool | has_unit_cost () const |
| void | clear_unit_cost () |
| ::PROTOBUF_NAMESPACE_ID::int64 | unit_cost () const |
| void | set_unit_cost (::PROTOBUF_NAMESPACE_ID::int64 value) |
| bool | has_capacity () const |
| void | clear_capacity () |
| ::PROTOBUF_NAMESPACE_ID::int64 | capacity () const |
| void | set_capacity (::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 Arc & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const Arc * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum : int |
| Enumerator | |
|---|---|
| kTailNodeIdFieldNumber | |
| kHeadNodeIdFieldNumber | |
| kUnitCostFieldNumber | |
| kCapacityFieldNumber | |
Definition at line 214 of file flow_problem.pb.h.
Constructor & Destructor Documentation
◆ Arc() [1/3]
| Arc | ( | ) |
◆ ~Arc()
|
virtual |
◆ Arc() [2/3]
◆ Arc() [3/3]
Definition at line 109 of file flow_problem.pb.h.
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ ByteSizeLong()
|
final |
◆ capacity()
|
inline |
Definition at line 734 of file flow_problem.pb.h.
◆ Clear()
|
final |
◆ clear_capacity()
|
inline |
Definition at line 727 of file flow_problem.pb.h.
◆ clear_head_node_id()
|
inline |
Definition at line 699 of file flow_problem.pb.h.
◆ clear_tail_node_id()
|
inline |
Definition at line 671 of file flow_problem.pb.h.
◆ clear_unit_cost()
|
inline |
Definition at line 755 of file flow_problem.pb.h.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const Arc & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
inlinestatic |
Definition at line 134 of file flow_problem.pb.h.
◆ GetCachedSize()
|
inlinefinal |
Definition at line 181 of file flow_problem.pb.h.
◆ GetDescriptor()
|
inlinestatic |
Definition at line 137 of file flow_problem.pb.h.
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
Definition at line 140 of file flow_problem.pb.h.
◆ has_capacity()
|
inline |
Definition at line 724 of file flow_problem.pb.h.
◆ has_head_node_id()
|
inline |
Definition at line 696 of file flow_problem.pb.h.
◆ has_tail_node_id()
|
inline |
Definition at line 668 of file flow_problem.pb.h.
◆ has_unit_cost()
|
inline |
Definition at line 752 of file flow_problem.pb.h.
◆ head_node_id()
|
inline |
Definition at line 706 of file flow_problem.pb.h.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
Definition at line 146 of file flow_problem.pb.h.
◆ IsInitialized()
|
final |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const Arc & | from | ) |
◆ mutable_unknown_fields()
|
inline |
Definition at line 130 of file flow_problem.pb.h.
◆ New() [1/2]
|
inlinefinal |
Definition at line 163 of file flow_problem.pb.h.
◆ New() [2/2]
|
inlinefinal |
Definition at line 167 of file flow_problem.pb.h.
◆ operator=() [1/2]
Definition at line 118 of file flow_problem.pb.h.
◆ operator=() [2/2]
Definition at line 114 of file flow_problem.pb.h.
◆ set_capacity()
|
inline |
Definition at line 742 of file flow_problem.pb.h.
◆ set_head_node_id()
|
inline |
Definition at line 714 of file flow_problem.pb.h.
◆ set_tail_node_id()
|
inline |
Definition at line 686 of file flow_problem.pb.h.
◆ set_unit_cost()
|
inline |
Definition at line 770 of file flow_problem.pb.h.
◆ Swap()
|
inline |
Definition at line 156 of file flow_problem.pb.h.
◆ tail_node_id()
|
inline |
Definition at line 678 of file flow_problem.pb.h.
◆ unit_cost()
|
inline |
Definition at line 762 of file flow_problem.pb.h.
◆ unknown_fields()
|
inline |
Definition at line 127 of file flow_problem.pb.h.
Member Data Documentation
◆ kIndexInFileMessages
|
staticconstexpr |
Definition at line 150 of file flow_problem.pb.h.
The documentation for this class was generated from the following file: