C++ Reference
C++ Reference: Routing
Detailed Description
Definition at line 487 of file assignment.pb.h.
Public Types | |
| enum | : int { kForwardSequenceFieldNumber = 2, kBackwardSequenceFieldNumber = 3, kUnperformedFieldNumber = 4, kVarIdFieldNumber = 1, kActiveFieldNumber = 5 } |
Public Member Functions | |
| SequenceVarAssignment () | |
| virtual | ~SequenceVarAssignment () |
| SequenceVarAssignment (const SequenceVarAssignment &from) | |
| SequenceVarAssignment (SequenceVarAssignment &&from) noexcept | |
| SequenceVarAssignment & | operator= (const SequenceVarAssignment &from) |
| SequenceVarAssignment & | operator= (SequenceVarAssignment &&from) noexcept |
| void | Swap (SequenceVarAssignment *other) |
| SequenceVarAssignment * | New () const final |
| SequenceVarAssignment * | 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 SequenceVarAssignment &from) |
| void | MergeFrom (const SequenceVarAssignment &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 |
| int | forward_sequence_size () const |
| void | clear_forward_sequence () |
| ::PROTOBUF_NAMESPACE_ID::int32 | forward_sequence (int index) const |
| void | set_forward_sequence (int index, ::PROTOBUF_NAMESPACE_ID::int32 value) |
| void | add_forward_sequence (::PROTOBUF_NAMESPACE_ID::int32 value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & | forward_sequence () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * | mutable_forward_sequence () |
| int | backward_sequence_size () const |
| void | clear_backward_sequence () |
| ::PROTOBUF_NAMESPACE_ID::int32 | backward_sequence (int index) const |
| void | set_backward_sequence (int index, ::PROTOBUF_NAMESPACE_ID::int32 value) |
| void | add_backward_sequence (::PROTOBUF_NAMESPACE_ID::int32 value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & | backward_sequence () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * | mutable_backward_sequence () |
| int | unperformed_size () const |
| void | clear_unperformed () |
| ::PROTOBUF_NAMESPACE_ID::int32 | unperformed (int index) const |
| void | set_unperformed (int index, ::PROTOBUF_NAMESPACE_ID::int32 value) |
| void | add_unperformed (::PROTOBUF_NAMESPACE_ID::int32 value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & | unperformed () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * | mutable_unperformed () |
| void | clear_var_id () |
| const std::string & | var_id () const |
| void | set_var_id (const std::string &value) |
| void | set_var_id (std::string &&value) |
| void | set_var_id (const char *value) |
| void | set_var_id (const char *value, size_t size) |
| std::string * | mutable_var_id () |
| std::string * | release_var_id () |
| void | set_allocated_var_id (std::string *var_id) |
| void | clear_active () |
| bool | active () const |
| void | set_active (bool 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 SequenceVarAssignment & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const SequenceVarAssignment * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum : int |
| Enumerator | |
|---|---|
| kForwardSequenceFieldNumber | |
| kBackwardSequenceFieldNumber | |
| kUnperformedFieldNumber | |
| kVarIdFieldNumber | |
| kActiveFieldNumber | |
Definition at line 592 of file assignment.pb.h.
Constructor & Destructor Documentation
◆ SequenceVarAssignment() [1/3]
◆ ~SequenceVarAssignment()
|
virtual |
◆ SequenceVarAssignment() [2/3]
| SequenceVarAssignment | ( | const SequenceVarAssignment & | from | ) |
◆ SequenceVarAssignment() [3/3]
|
inlinenoexcept |
Definition at line 494 of file assignment.pb.h.
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ active()
|
inline |
Definition at line 1661 of file assignment.pb.h.
◆ add_backward_sequence()
|
inline |
Definition at line 1584 of file assignment.pb.h.
◆ add_forward_sequence()
|
inline |
Definition at line 1537 of file assignment.pb.h.
◆ add_unperformed()
|
inline |
Definition at line 1631 of file assignment.pb.h.
◆ backward_sequence() [1/2]
|
inline |
Definition at line 1593 of file assignment.pb.h.
◆ backward_sequence() [2/2]
|
inline |
Definition at line 1573 of file assignment.pb.h.
◆ backward_sequence_size()
|
inline |
Definition at line 1564 of file assignment.pb.h.
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_active()
|
inline |
Definition at line 1655 of file assignment.pb.h.
◆ clear_backward_sequence()
|
inline |
Definition at line 1567 of file assignment.pb.h.
◆ clear_forward_sequence()
|
inline |
Definition at line 1520 of file assignment.pb.h.
◆ clear_unperformed()
|
inline |
Definition at line 1614 of file assignment.pb.h.
◆ clear_var_id()
|
inline |
Definition at line 1454 of file assignment.pb.h.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const SequenceVarAssignment & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
inlinestatic |
Definition at line 512 of file assignment.pb.h.
◆ forward_sequence() [1/2]
|
inline |
Definition at line 1546 of file assignment.pb.h.
◆ forward_sequence() [2/2]
|
inline |
Definition at line 1526 of file assignment.pb.h.
◆ forward_sequence_size()
|
inline |
Definition at line 1517 of file assignment.pb.h.
◆ GetCachedSize()
|
inlinefinal |
Definition at line 559 of file assignment.pb.h.
◆ GetDescriptor()
|
inlinestatic |
Definition at line 515 of file assignment.pb.h.
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
Definition at line 518 of file assignment.pb.h.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
Definition at line 524 of file assignment.pb.h.
◆ IsInitialized()
|
final |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const SequenceVarAssignment & | from | ) |
◆ mutable_backward_sequence()
|
inline |
Definition at line 1602 of file assignment.pb.h.
◆ mutable_forward_sequence()
|
inline |
Definition at line 1555 of file assignment.pb.h.
◆ mutable_unperformed()
|
inline |
Definition at line 1649 of file assignment.pb.h.
◆ mutable_var_id()
|
inline |
Definition at line 1465 of file assignment.pb.h.
◆ New() [1/2]
|
inlinefinal |
Definition at line 541 of file assignment.pb.h.
◆ New() [2/2]
|
inlinefinal |
Definition at line 545 of file assignment.pb.h.
◆ operator=() [1/2]
|
inline |
Definition at line 499 of file assignment.pb.h.
◆ operator=() [2/2]
|
inlinenoexcept |
Definition at line 503 of file assignment.pb.h.
◆ release_var_id()
|
inline |
Definition at line 1498 of file assignment.pb.h.
◆ set_active()
|
inline |
Definition at line 1669 of file assignment.pb.h.
◆ set_allocated_var_id()
|
inline |
Definition at line 1503 of file assignment.pb.h.
◆ set_backward_sequence()
|
inline |
Definition at line 1577 of file assignment.pb.h.
◆ set_forward_sequence()
|
inline |
Definition at line 1530 of file assignment.pb.h.
◆ set_unperformed()
|
inline |
Definition at line 1624 of file assignment.pb.h.
◆ set_var_id() [1/4]
|
inline |
Definition at line 1482 of file assignment.pb.h.
◆ set_var_id() [2/4]
|
inline |
Definition at line 1488 of file assignment.pb.h.
◆ set_var_id() [3/4]
|
inline |
Definition at line 1461 of file assignment.pb.h.
◆ set_var_id() [4/4]
|
inline |
Definition at line 1476 of file assignment.pb.h.
◆ Swap()
|
inline |
Definition at line 534 of file assignment.pb.h.
◆ unperformed() [1/2]
|
inline |
Definition at line 1640 of file assignment.pb.h.
◆ unperformed() [2/2]
|
inline |
Definition at line 1620 of file assignment.pb.h.
◆ unperformed_size()
|
inline |
Definition at line 1611 of file assignment.pb.h.
◆ var_id()
|
inline |
Definition at line 1457 of file assignment.pb.h.
Member Data Documentation
◆ kIndexInFileMessages
|
staticconstexpr |
Definition at line 528 of file assignment.pb.h.
The documentation for this class was generated from the following file: