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

Stores meta information for each member. More...

#include <serialization/ReflectMemberMeta.h>

Public Member Functions

 ReflectMemberMeta (const char *iName, const char *iId, const char *iComment)
 
std::string getName () const
 
std::string getID () const
 

Public Attributes

const char * name
 The name (as specified in the XML file). More...
 
const char * id
 The id (used for containers where the name is identical, in all other cases the id usually is equal to the name),. More...
 
const char * comment
 Additional user comments. More...
 

Detailed Description

Stores meta information for each member.

These are:

Constructor & Destructor Documentation

◆ ReflectMemberMeta()

ReflectMemberMeta ( const char *  iName,
const char *  iId,
const char *  iComment 
)
inline

Member Function Documentation

◆ getName()

std::string getName ( ) const
inline

◆ getID()

std::string getID ( ) const
inline

Member Data Documentation

◆ name

const char* name

The name (as specified in the XML file).

◆ id

const char* id

The id (used for containers where the name is identical, in all other cases the id usually is equal to the name),.

◆ comment

const char* comment

Additional user comments.


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