MIRA
Public Member Functions | Public Attributes | List of all members
CompoundMeta::Member Struct Reference

A single member of the compound. More...

#include <serialization/MetaSerializer.h>

Public Member Functions

 Member ()
 
 Member (TypeMetaPtr iType, const std::string &iName, const std::string &iComment)
 
template<typename Reflector >
void reflect (Reflector &r)
 

Public Attributes

TypeMetaPtr type
 The meta type info of the member. More...
 
std::string name
 The name of the member. More...
 
std::string comment
 The user defined comment as specified in the r.member() call. More...
 

Detailed Description

A single member of the compound.

Constructor & Destructor Documentation

◆ Member() [1/2]

Member ( )
inline

◆ Member() [2/2]

Member ( TypeMetaPtr  iType,
const std::string &  iName,
const std::string &  iComment 
)
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

Member Data Documentation

◆ type

The meta type info of the member.

◆ name

std::string name

The name of the member.

◆ comment

std::string comment

The user defined comment as specified in the r.member() call.


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