MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends
rti1516_2025::fedpro::FileFomModule Class Referencefinal
+ Inheritance diagram for rti1516_2025::fedpro::FileFomModule:
+ Collaboration diagram for rti1516_2025::fedpro::FileFomModule:

Public Types

enum  : int { kNameFieldNumber = 1, kContentFieldNumber = 2 }
 

Public Member Functions

 FileFomModule ()
 
 ~FileFomModule () override
 
constexpr FileFomModule (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 FileFomModule (const FileFomModule &from)
 
 FileFomModule (FileFomModule &&from) noexcept
 
FileFomModuleoperator= (const FileFomModule &from)
 
FileFomModuleoperator= (FileFomModule &&from) noexcept
 
void Swap (FileFomModule *other)
 
void UnsafeArenaSwap (FileFomModule *other)
 
FileFomModuleNew () const final
 
FileFomModuleNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const FileFomModule &from)
 
void MergeFrom (const FileFomModule &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_name ()
 
const std::string & name () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_name (ArgT0 &&arg0, ArgT...args)
 
std::string * mutable_name ()
 
PROTOBUF_MUST_USE_RESULT
std::string * 
release_name ()
 
void set_allocated_name (std::string *name)
 
void clear_content ()
 
const std::string & content () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_content (ArgT0 &&arg0, ArgT...args)
 
std::string * mutable_content ()
 
PROTOBUF_MUST_USE_RESULT
std::string * 
release_content ()
 
void set_allocated_content (std::string *content)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_name (ArgT0 &&arg0, ArgT...args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_content (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 FileFomModuledefault_instance ()
 
static const FileFomModuleinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 FileFomModule (::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 (FileFomModule *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
const std::string & _internal_name () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_name (const std::string &value)
 
std::string * _internal_mutable_name ()
 
const std::string & _internal_content () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_content (const std::string &value)
 
std::string * _internal_mutable_content ()
 

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 name_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr content_
 
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 (FileFomModule &a, FileFomModule &b)
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : int
Enumerator
kNameFieldNumber 
kContentFieldNumber 

Constructor & Destructor Documentation

rti1516_2025::fedpro::FileFomModule::FileFomModule ( )
inline

Referenced by New().

rti1516_2025::fedpro::FileFomModule::~FileFomModule ( )
override
constexpr rti1516_2025::fedpro::FileFomModule::FileFomModule ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit
rti1516_2025::fedpro::FileFomModule::FileFomModule ( const FileFomModule from)
rti1516_2025::fedpro::FileFomModule::FileFomModule ( FileFomModule &&  from)
inlinenoexcept
rti1516_2025::fedpro::FileFomModule::FileFomModule ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

const std::string & rti1516_2025::fedpro::FileFomModule::_internal_content ( ) const
inlineprivate

References content_.

Referenced by content().

std::string * rti1516_2025::fedpro::FileFomModule::_internal_mutable_content ( )
inlineprivate

References content_.

Referenced by mutable_content().

std::string * rti1516_2025::fedpro::FileFomModule::_internal_mutable_name ( )
inlineprivate

References name_.

Referenced by mutable_name().

const std::string & rti1516_2025::fedpro::FileFomModule::_internal_name ( ) const
inlineprivate

References name_.

Referenced by name().

void rti1516_2025::fedpro::FileFomModule::_internal_set_content ( const std::string &  value)
inlineprivate

References content_.

void rti1516_2025::fedpro::FileFomModule::_internal_set_name ( const std::string &  value)
inlineprivate

References name_.

const char* rti1516_2025::fedpro::FileFomModule::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
::PROTOBUF_NAMESPACE_ID::uint8* rti1516_2025::fedpro::FileFomModule::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
static void rti1516_2025::fedpro::FileFomModule::ArenaDtor ( void *  object)
staticprivate
size_t rti1516_2025::fedpro::FileFomModule::ByteSizeLong ( ) const
final
PROTOBUF_ATTRIBUTE_REINITIALIZES void rti1516_2025::fedpro::FileFomModule::Clear ( )
final
void rti1516_2025::fedpro::FileFomModule::clear_content ( )
inline

References content_.

void rti1516_2025::fedpro::FileFomModule::clear_name ( )
inline

References name_.

const std::string & rti1516_2025::fedpro::FileFomModule::content ( ) const
inline

References _internal_content().

void rti1516_2025::fedpro::FileFomModule::CopyFrom ( const FileFomModule from)

Referenced by operator=().

static const FileFomModule& rti1516_2025::fedpro::FileFomModule::default_instance ( )
inlinestatic
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* rti1516_2025::fedpro::FileFomModule::descriptor ( )
inlinestatic

References GetDescriptor().

::PROTOBUF_NAMESPACE_ID::StringPiece rti1516_2025::fedpro::FileFomModule::FullMessageName ( )
inlinestaticprivate
int rti1516_2025::fedpro::FileFomModule::GetCachedSize ( ) const
inlinefinal

References _cached_size_.

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* rti1516_2025::fedpro::FileFomModule::GetClassData ( ) const
final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* rti1516_2025::fedpro::FileFomModule::GetDescriptor ( )
inlinestatic

References default_instance(), and GetMetadata().

Referenced by descriptor().

::PROTOBUF_NAMESPACE_ID::Metadata rti1516_2025::fedpro::FileFomModule::GetMetadata ( ) const
final

Referenced by GetDescriptor(), and GetReflection().

static const ::PROTOBUF_NAMESPACE_ID::Reflection* rti1516_2025::fedpro::FileFomModule::GetReflection ( )
inlinestatic
static const FileFomModule* rti1516_2025::fedpro::FileFomModule::internal_default_instance ( )
inlinestatic
void rti1516_2025::fedpro::FileFomModule::InternalSwap ( FileFomModule other)
private

Referenced by operator=(), Swap(), and UnsafeArenaSwap().

bool rti1516_2025::fedpro::FileFomModule::IsInitialized ( ) const
final
void rti1516_2025::fedpro::FileFomModule::MergeFrom ( const FileFomModule from)
static void rti1516_2025::fedpro::FileFomModule::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate
std::string * rti1516_2025::fedpro::FileFomModule::mutable_content ( )
inline
std::string * rti1516_2025::fedpro::FileFomModule::mutable_name ( )
inline
const std::string & rti1516_2025::fedpro::FileFomModule::name ( ) const
inline

References _internal_name().

FileFomModule* rti1516_2025::fedpro::FileFomModule::New ( ) const
inlinefinal

References FileFomModule().

FileFomModule* rti1516_2025::fedpro::FileFomModule::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal
FileFomModule& rti1516_2025::fedpro::FileFomModule::operator= ( const FileFomModule from)
inline

References CopyFrom().

FileFomModule& rti1516_2025::fedpro::FileFomModule::operator= ( FileFomModule &&  from)
inlinenoexcept

References CopyFrom(), and InternalSwap().

void rti1516_2025::fedpro::FileFomModule::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate
std::string * rti1516_2025::fedpro::FileFomModule::release_content ( )
inline

References content_.

std::string * rti1516_2025::fedpro::FileFomModule::release_name ( )
inline

References name_.

void rti1516_2025::fedpro::FileFomModule::set_allocated_content ( std::string *  content)
inline

References content_.

void rti1516_2025::fedpro::FileFomModule::set_allocated_name ( std::string *  name)
inline

References name_.

template<typename ArgT0 = const std::string&, typename... ArgT>
void rti1516_2025::fedpro::FileFomModule::set_content ( ArgT0 &&  arg0,
ArgT...  args 
)
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void rti1516_2025::fedpro::FileFomModule::set_content ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

References content_.

template<typename ArgT0 = const std::string&, typename... ArgT>
void rti1516_2025::fedpro::FileFomModule::set_name ( ArgT0 &&  arg0,
ArgT...  args 
)
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void rti1516_2025::fedpro::FileFomModule::set_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

References name_.

void rti1516_2025::fedpro::FileFomModule::SetCachedSize ( int  size) const
finalprivate
void rti1516_2025::fedpro::FileFomModule::SharedCtor ( )
private
void rti1516_2025::fedpro::FileFomModule::SharedDtor ( )
private
void rti1516_2025::fedpro::FileFomModule::Swap ( FileFomModule other)
inline

References InternalSwap().

void rti1516_2025::fedpro::FileFomModule::UnsafeArenaSwap ( FileFomModule other)
inline

References InternalSwap().

Friends And Related Function Documentation

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend
friend struct ::TableStruct_datatypes_2eproto
friend
void swap ( FileFomModule a,
FileFomModule b 
)
friend

Member Data Documentation

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize rti1516_2025::fedpro::FileFomModule::_cached_size_
private

Referenced by GetCachedSize().

const ClassData rti1516_2025::fedpro::FileFomModule::_class_data_
static
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rti1516_2025::fedpro::FileFomModule::content_
private
constexpr int rti1516_2025::fedpro::FileFomModule::kIndexInFileMessages
static
Initial value:
=
44
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rti1516_2025::fedpro::FileFomModule::name_
private

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

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)