![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Inheritance diagram for rti1516_2025::fedpro::AttributeHandleValue:
Collaboration diagram for rti1516_2025::fedpro::AttributeHandleValue:Public Types | |
| enum | : int { kValueFieldNumber = 2, kAttributeHandleFieldNumber = 1 } |
Public Member Functions | |
| AttributeHandleValue () | |
| ~AttributeHandleValue () override | |
| constexpr | AttributeHandleValue (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| AttributeHandleValue (const AttributeHandleValue &from) | |
| AttributeHandleValue (AttributeHandleValue &&from) noexcept | |
| AttributeHandleValue & | operator= (const AttributeHandleValue &from) |
| AttributeHandleValue & | operator= (AttributeHandleValue &&from) noexcept |
| void | Swap (AttributeHandleValue *other) |
| void | UnsafeArenaSwap (AttributeHandleValue *other) |
| AttributeHandleValue * | New () const final |
| AttributeHandleValue * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
| void | CopyFrom (const AttributeHandleValue &from) |
| void | MergeFrom (const AttributeHandleValue &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 |
| void | clear_value () |
| const std::string & | value () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_value (ArgT0 &&arg0, ArgT...args) |
| std::string * | mutable_value () |
| PROTOBUF_MUST_USE_RESULT std::string * | release_value () |
| void | set_allocated_value (std::string *value) |
| bool | has_attributehandle () const |
| void | clear_attributehandle () |
| const ::rti1516_2025::fedpro::AttributeHandle & | attributehandle () const |
| PROTOBUF_MUST_USE_RESULT::rti1516_2025::fedpro::AttributeHandle * | release_attributehandle () |
| ::rti1516_2025::fedpro::AttributeHandle * | mutable_attributehandle () |
| void | set_allocated_attributehandle (::rti1516_2025::fedpro::AttributeHandle *attributehandle) |
| void | unsafe_arena_set_allocated_attributehandle (::rti1516_2025::fedpro::AttributeHandle *attributehandle) |
| ::rti1516_2025::fedpro::AttributeHandle * | unsafe_arena_release_attributehandle () |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_value (ArgT0 &&arg0, ArgT...args) |
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 AttributeHandleValue & | default_instance () |
| static const AttributeHandleValue * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| AttributeHandleValue (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Private Types | |
| typedef void | InternalArenaConstructable_ |
| typedef void | DestructorSkippable_ |
Private Member Functions | |
| void | SharedCtor () |
| void | SharedDtor () |
| void | SetCachedSize (int size) const final |
| void | InternalSwap (AttributeHandleValue *other) |
| void | RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena) |
| const std::string & | _internal_value () const |
| PROTOBUF_ALWAYS_INLINE void | _internal_set_value (const std::string &value) |
| std::string * | _internal_mutable_value () |
| bool | _internal_has_attributehandle () const |
| const ::rti1516_2025::fedpro::AttributeHandle & | _internal_attributehandle () const |
| ::rti1516_2025::fedpro::AttributeHandle * | _internal_mutable_attributehandle () |
Static Private Member Functions | |
| static void | MergeImpl (::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from) |
| ::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
| static void | ArenaDtor (void *object) |
Private Attributes | |
| ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | value_ |
| ::rti1516_2025::fedpro::AttributeHandle * | attributehandle_ |
| mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize | _cached_size_ |
Friends | |
| class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
| template<typename T > | |
| class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
| struct | ::TableStruct_datatypes_2eproto |
| void | swap (AttributeHandleValue &a, AttributeHandleValue &b) |
|
private |
|
private |
|
inline |
Referenced by New().
|
override |
|
explicit |
| rti1516_2025::fedpro::AttributeHandleValue::AttributeHandleValue | ( | const AttributeHandleValue & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
inlineprivate |
References rti1516_2025::fedpro::_AttributeHandle_default_instance_, and attributehandle_.
Referenced by attributehandle().
|
inlineprivate |
References attributehandle_, and internal_default_instance().
Referenced by has_attributehandle().
|
inlineprivate |
References attributehandle_.
Referenced by mutable_attributehandle().
|
inlineprivate |
References value_.
Referenced by mutable_value().
|
inlineprivate |
|
inlineprivate |
|
final |
|
final |
|
staticprivate |
|
inline |
References _internal_attributehandle().
Referenced by set_allocated_attributehandle(), and unsafe_arena_set_allocated_attributehandle().
|
final |
|
final |
|
inline |
References attributehandle_.
|
inline |
References value_.
| void rti1516_2025::fedpro::AttributeHandleValue::CopyFrom | ( | const AttributeHandleValue & | from | ) |
Referenced by operator=().
|
inlinestatic |
References internal_default_instance().
Referenced by GetDescriptor(), and GetReflection().
|
inlinestatic |
References GetDescriptor().
|
inlinestaticprivate |
|
inlinefinal |
References _cached_size_.
|
final |
|
inlinestatic |
References default_instance(), and GetMetadata().
Referenced by descriptor().
|
final |
Referenced by GetDescriptor(), and GetReflection().
|
inlinestatic |
References default_instance(), and GetMetadata().
|
inline |
References _internal_has_attributehandle().
|
inlinestatic |
References rti1516_2025::fedpro::_AttributeHandleValue_default_instance_.
Referenced by _internal_has_attributehandle(), and default_instance().
|
private |
Referenced by operator=(), Swap(), and UnsafeArenaSwap().
|
final |
| void rti1516_2025::fedpro::AttributeHandleValue::MergeFrom | ( | const AttributeHandleValue & | from | ) |
|
staticprivate |
|
inline |
References _internal_mutable_attributehandle().
|
inline |
References _internal_mutable_value().
|
inlinefinal |
References AttributeHandleValue().
|
inlinefinal |
|
inline |
References CopyFrom().
|
inlinenoexcept |
References CopyFrom(), and InternalSwap().
|
inlineprivate |
|
inline |
References attributehandle_.
|
inline |
References value_.
|
inline |
References attributehandle(), and attributehandle_.
|
inline |
References value_.
| void rti1516_2025::fedpro::AttributeHandleValue::set_value | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
References value_.
|
finalprivate |
|
private |
|
private |
|
inline |
References InternalSwap().
|
inline |
References attributehandle_.
|
inline |
References attributehandle(), and attributehandle_.
|
inline |
References InternalSwap().
|
inline |
References _internal_value().
Referenced by _internal_set_value().
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
Referenced by GetCachedSize().
|
static |
|
private |
|
static |
|
private |
Referenced by _internal_mutable_value(), _internal_set_value(), _internal_value(), clear_value(), release_value(), set_allocated_value(), and set_value().