![]() |
MAK RTIspy API Documentation for HLA 4
|
Inheritance diagram for rti1516_2025::fedpro::FomModule:
Collaboration diagram for rti1516_2025::fedpro::FomModule:Classes | |
| union | FomModuleUnion |
Public Types | |
| enum | FomModuleCase { kFile = 1, kCompressedModule = 2, kUrl = 3, FOMMODULE_NOT_SET = 0 } |
| enum | : int { kFileFieldNumber = 1, kCompressedModuleFieldNumber = 2, kUrlFieldNumber = 3 } |
Public Member Functions | |
| FomModule () | |
| ~FomModule () override | |
| constexpr | FomModule (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| FomModule (const FomModule &from) | |
| FomModule (FomModule &&from) noexcept | |
| FomModule & | operator= (const FomModule &from) |
| FomModule & | operator= (FomModule &&from) noexcept |
| void | Swap (FomModule *other) |
| void | UnsafeArenaSwap (FomModule *other) |
| FomModule * | New () const final |
| FomModule * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
| void | CopyFrom (const FomModule &from) |
| void | MergeFrom (const FomModule &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_file () const |
| void | clear_file () |
| const ::rti1516_2025::fedpro::FileFomModule & | file () const |
| PROTOBUF_MUST_USE_RESULT::rti1516_2025::fedpro::FileFomModule * | release_file () |
| ::rti1516_2025::fedpro::FileFomModule * | mutable_file () |
| void | set_allocated_file (::rti1516_2025::fedpro::FileFomModule *file) |
| void | unsafe_arena_set_allocated_file (::rti1516_2025::fedpro::FileFomModule *file) |
| ::rti1516_2025::fedpro::FileFomModule * | unsafe_arena_release_file () |
| bool | has_compressedmodule () const |
| void | clear_compressedmodule () |
| const std::string & | compressedmodule () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_compressedmodule (ArgT0 &&arg0, ArgT...args) |
| std::string * | mutable_compressedmodule () |
| PROTOBUF_MUST_USE_RESULT std::string * | release_compressedmodule () |
| void | set_allocated_compressedmodule (std::string *compressedmodule) |
| bool | has_url () const |
| void | clear_url () |
| const std::string & | url () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_url (ArgT0 &&arg0, ArgT...args) |
| std::string * | mutable_url () |
| PROTOBUF_MUST_USE_RESULT std::string * | release_url () |
| void | set_allocated_url (std::string *url) |
| void | clear_fomModule () |
| FomModuleCase | fomModule_case () const |
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 FomModule & | default_instance () |
| static const FomModule * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| FomModule (::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 (FomModule *other) |
| void | RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena) |
| bool | _internal_has_file () const |
| const ::rti1516_2025::fedpro::FileFomModule & | _internal_file () const |
| ::rti1516_2025::fedpro::FileFomModule * | _internal_mutable_file () |
| bool | _internal_has_compressedmodule () const |
| const std::string & | _internal_compressedmodule () const |
| PROTOBUF_ALWAYS_INLINE void | _internal_set_compressedmodule (const std::string &value) |
| std::string * | _internal_mutable_compressedmodule () |
| bool | _internal_has_url () const |
| const std::string & | _internal_url () const |
| PROTOBUF_ALWAYS_INLINE void | _internal_set_url (const std::string &value) |
| std::string * | _internal_mutable_url () |
| void | set_has_file () |
| void | set_has_compressedmodule () |
| void | set_has_url () |
| bool | has_fomModule () const |
| void | clear_has_fomModule () |
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 | |
| union rti1516_2025::fedpro::FomModule::FomModuleUnion | fomModule_ |
| mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize | _cached_size_ |
| ::PROTOBUF_NAMESPACE_ID::uint32 | _oneof_case_ [1] |
Friends | |
| class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
| template<typename T > | |
| class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
| struct | ::TableStruct_datatypes_2eproto |
| void | swap (FomModule &a, FomModule &b) |
|
private |
|
private |
|
inline |
Referenced by New().
|
override |
|
explicit |
| rti1516_2025::fedpro::FomModule::FomModule | ( | const FomModule & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
inlineprivate |
References _internal_has_compressedmodule(), rti1516_2025::fedpro::FomModule::FomModuleUnion::compressedmodule_, and fomModule_.
Referenced by compressedmodule().
|
inlineprivate |
References rti1516_2025::fedpro::_FileFomModule_default_instance_, _internal_has_file(), rti1516_2025::fedpro::FomModule::FomModuleUnion::file_, and fomModule_.
Referenced by file().
|
inlineprivate |
|
inlineprivate |
References fomModule_case(), and kFile.
Referenced by _internal_file(), _internal_mutable_file(), clear_file(), has_file(), release_file(), and unsafe_arena_release_file().
|
inlineprivate |
References fomModule_case(), and kUrl.
Referenced by _internal_mutable_url(), _internal_set_url(), _internal_url(), clear_url(), has_url(), release_url(), and set_url().
|
inlineprivate |
|
inlineprivate |
References _internal_has_file(), clear_fomModule(), rti1516_2025::fedpro::FomModule::FomModuleUnion::file_, fomModule_, and set_has_file().
Referenced by mutable_file().
|
inlineprivate |
References _internal_has_url(), clear_fomModule(), fomModule_, set_has_url(), and rti1516_2025::fedpro::FomModule::FomModuleUnion::url_.
Referenced by mutable_url().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
References _internal_has_url(), fomModule_, and rti1516_2025::fedpro::FomModule::FomModuleUnion::url_.
Referenced by url().
|
final |
|
final |
|
staticprivate |
|
final |
|
final |
|
inline |
|
inline |
| void rti1516_2025::fedpro::FomModule::clear_fomModule | ( | ) |
|
inlineprivate |
References _oneof_case_, and FOMMODULE_NOT_SET.
Referenced by clear_compressedmodule(), clear_file(), clear_url(), release_compressedmodule(), release_file(), release_url(), and unsafe_arena_release_file().
|
inline |
|
inline |
References _internal_compressedmodule().
| void rti1516_2025::fedpro::FomModule::CopyFrom | ( | const FomModule & | from | ) |
Referenced by operator=().
|
inlinestatic |
References internal_default_instance().
Referenced by GetDescriptor(), and GetReflection().
|
inlinestatic |
References GetDescriptor().
|
inline |
References _internal_file().
Referenced by unsafe_arena_set_allocated_file().
|
inline |
References _oneof_case_.
Referenced by _internal_has_compressedmodule(), _internal_has_file(), _internal_has_url(), and has_fomModule().
|
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_compressedmodule().
|
inline |
References _internal_has_file().
|
inlineprivate |
References fomModule_case(), and FOMMODULE_NOT_SET.
Referenced by set_allocated_compressedmodule(), and set_allocated_url().
|
inline |
References _internal_has_url().
|
inlinestatic |
References rti1516_2025::fedpro::_FomModule_default_instance_.
Referenced by default_instance().
|
private |
Referenced by operator=(), Swap(), and UnsafeArenaSwap().
|
final |
| void rti1516_2025::fedpro::FomModule::MergeFrom | ( | const FomModule & | from | ) |
|
staticprivate |
|
inline |
References _internal_mutable_compressedmodule().
|
inline |
References _internal_mutable_file().
|
inline |
References _internal_mutable_url().
|
inlinefinal |
References FomModule().
|
inlinefinal |
References CopyFrom().
References CopyFrom(), and InternalSwap().
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
| void rti1516_2025::fedpro::FomModule::set_allocated_file | ( | ::rti1516_2025::fedpro::FileFomModule * | file | ) |
|
inline |
|
inline |
|
inlineprivate |
References _oneof_case_, and kCompressedModule.
Referenced by _internal_mutable_compressedmodule(), _internal_set_compressedmodule(), set_allocated_compressedmodule(), and set_compressedmodule().
|
inlineprivate |
References _oneof_case_, and kFile.
Referenced by _internal_mutable_file(), and unsafe_arena_set_allocated_file().
|
inlineprivate |
References _oneof_case_, and kUrl.
Referenced by _internal_mutable_url(), _internal_set_url(), set_allocated_url(), and set_url().
|
inline |
|
finalprivate |
|
private |
|
private |
|
inline |
References InternalSwap().
|
inline |
|
inline |
|
inline |
References InternalSwap().
|
inline |
References _internal_url().
|
friend |
|
friend |
|
friend |
|
private |
Referenced by GetCachedSize().
|
static |
|
private |
Referenced by clear_has_fomModule(), fomModule_case(), set_has_compressedmodule(), set_has_file(), and set_has_url().
|
private |
Referenced by _internal_compressedmodule(), _internal_file(), _internal_mutable_compressedmodule(), _internal_mutable_file(), _internal_mutable_url(), _internal_set_compressedmodule(), _internal_set_url(), _internal_url(), clear_compressedmodule(), clear_file(), clear_url(), release_compressedmodule(), release_file(), release_url(), set_allocated_compressedmodule(), set_allocated_url(), set_compressedmodule(), set_url(), unsafe_arena_release_file(), and unsafe_arena_set_allocated_file().
|
static |