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::ReportFederationExecutions Class Referencefinal
+ Inheritance diagram for rti1516_2025::fedpro::ReportFederationExecutions:
+ Collaboration diagram for rti1516_2025::fedpro::ReportFederationExecutions:

Public Types

enum  : int { kReportFieldNumber = 1 }
 

Public Member Functions

 ReportFederationExecutions ()
 
 ~ReportFederationExecutions () override
 
constexpr ReportFederationExecutions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ReportFederationExecutions (const ReportFederationExecutions &from)
 
 ReportFederationExecutions (ReportFederationExecutions &&from) noexcept
 
ReportFederationExecutionsoperator= (const ReportFederationExecutions &from)
 
ReportFederationExecutionsoperator= (ReportFederationExecutions &&from) noexcept
 
void Swap (ReportFederationExecutions *other)
 
void UnsafeArenaSwap (ReportFederationExecutions *other)
 
ReportFederationExecutionsNew () const final
 
ReportFederationExecutionsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ReportFederationExecutions &from)
 
void MergeFrom (const ReportFederationExecutions &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_report () const
 
void clear_report ()
 
const
::rti1516_2025::fedpro::FederationExecutionInformationSet
report () const
 
PROTOBUF_MUST_USE_RESULT::rti1516_2025::fedpro::FederationExecutionInformationSet * release_report ()
 
::rti1516_2025::fedpro::FederationExecutionInformationSetmutable_report ()
 
void set_allocated_report (::rti1516_2025::fedpro::FederationExecutionInformationSet *report)
 
void unsafe_arena_set_allocated_report (::rti1516_2025::fedpro::FederationExecutionInformationSet *report)
 
::rti1516_2025::fedpro::FederationExecutionInformationSetunsafe_arena_release_report ()
 

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
ReportFederationExecutions
default_instance ()
 
static const
ReportFederationExecutions
internal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ReportFederationExecutions (::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 (ReportFederationExecutions *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
bool _internal_has_report () const
 
const
::rti1516_2025::fedpro::FederationExecutionInformationSet
_internal_report () const
 
::rti1516_2025::fedpro::FederationExecutionInformationSet_internal_mutable_report ()
 

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

::rti1516_2025::fedpro::FederationExecutionInformationSetreport_
 
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_FederateAmbassador_2eproto
 
void swap (ReportFederationExecutions &a, ReportFederationExecutions &b)
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : int
Enumerator
kReportFieldNumber 

Constructor & Destructor Documentation

rti1516_2025::fedpro::ReportFederationExecutions::ReportFederationExecutions ( )
inline

Referenced by New().

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

Member Function Documentation

bool rti1516_2025::fedpro::ReportFederationExecutions::_internal_has_report ( ) const
inlineprivate
rti1516_2025::fedpro::FederationExecutionInformationSet * rti1516_2025::fedpro::ReportFederationExecutions::_internal_mutable_report ( )
inlineprivate
const ::rti1516_2025::fedpro::FederationExecutionInformationSet & rti1516_2025::fedpro::ReportFederationExecutions::_internal_report ( ) const
inlineprivate
const char* rti1516_2025::fedpro::ReportFederationExecutions::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
::PROTOBUF_NAMESPACE_ID::uint8* rti1516_2025::fedpro::ReportFederationExecutions::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
static void rti1516_2025::fedpro::ReportFederationExecutions::ArenaDtor ( void *  object)
staticprivate
size_t rti1516_2025::fedpro::ReportFederationExecutions::ByteSizeLong ( ) const
final
PROTOBUF_ATTRIBUTE_REINITIALIZES void rti1516_2025::fedpro::ReportFederationExecutions::Clear ( )
final
void rti1516_2025::fedpro::ReportFederationExecutions::clear_report ( )
void rti1516_2025::fedpro::ReportFederationExecutions::CopyFrom ( const ReportFederationExecutions from)

Referenced by operator=().

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

References GetDescriptor().

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

References _cached_size_.

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

References default_instance(), and GetMetadata().

Referenced by descriptor().

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

Referenced by GetDescriptor(), and GetReflection().

static const ::PROTOBUF_NAMESPACE_ID::Reflection* rti1516_2025::fedpro::ReportFederationExecutions::GetReflection ( )
inlinestatic
bool rti1516_2025::fedpro::ReportFederationExecutions::has_report ( ) const
inline
static const ReportFederationExecutions* rti1516_2025::fedpro::ReportFederationExecutions::internal_default_instance ( )
inlinestatic
void rti1516_2025::fedpro::ReportFederationExecutions::InternalSwap ( ReportFederationExecutions other)
private

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

bool rti1516_2025::fedpro::ReportFederationExecutions::IsInitialized ( ) const
final
void rti1516_2025::fedpro::ReportFederationExecutions::MergeFrom ( const ReportFederationExecutions from)
static void rti1516_2025::fedpro::ReportFederationExecutions::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate
rti1516_2025::fedpro::FederationExecutionInformationSet * rti1516_2025::fedpro::ReportFederationExecutions::mutable_report ( )
inline
ReportFederationExecutions* rti1516_2025::fedpro::ReportFederationExecutions::New ( ) const
inlinefinal
ReportFederationExecutions* rti1516_2025::fedpro::ReportFederationExecutions::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal
ReportFederationExecutions& rti1516_2025::fedpro::ReportFederationExecutions::operator= ( const ReportFederationExecutions from)
inline

References CopyFrom().

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

References CopyFrom(), and InternalSwap().

void rti1516_2025::fedpro::ReportFederationExecutions::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate
rti1516_2025::fedpro::FederationExecutionInformationSet * rti1516_2025::fedpro::ReportFederationExecutions::release_report ( )
inline
const ::rti1516_2025::fedpro::FederationExecutionInformationSet & rti1516_2025::fedpro::ReportFederationExecutions::report ( ) const
inline
void rti1516_2025::fedpro::ReportFederationExecutions::set_allocated_report ( ::rti1516_2025::fedpro::FederationExecutionInformationSet report)
inline
void rti1516_2025::fedpro::ReportFederationExecutions::SetCachedSize ( int  size) const
finalprivate
void rti1516_2025::fedpro::ReportFederationExecutions::SharedCtor ( )
private
void rti1516_2025::fedpro::ReportFederationExecutions::SharedDtor ( )
private
void rti1516_2025::fedpro::ReportFederationExecutions::Swap ( ReportFederationExecutions other)
inline

References InternalSwap().

rti1516_2025::fedpro::FederationExecutionInformationSet * rti1516_2025::fedpro::ReportFederationExecutions::unsafe_arena_release_report ( )
inline
void rti1516_2025::fedpro::ReportFederationExecutions::unsafe_arena_set_allocated_report ( ::rti1516_2025::fedpro::FederationExecutionInformationSet report)
inline
void rti1516_2025::fedpro::ReportFederationExecutions::UnsafeArenaSwap ( ReportFederationExecutions 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
void swap ( ReportFederationExecutions a,
ReportFederationExecutions b 
)
friend

Member Data Documentation

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

Referenced by GetCachedSize().

const ClassData rti1516_2025::fedpro::ReportFederationExecutions::_class_data_
static
constexpr int rti1516_2025::fedpro::ReportFederationExecutions::kIndexInFileMessages
static
Initial value:
=
1
::rti1516_2025::fedpro::FederationExecutionInformationSet* rti1516_2025::fedpro::ReportFederationExecutions::report_
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)