|
MIRA
|
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... | |
A single member of the compound.
|
inline |
|
inline |
|
inline |
| TypeMetaPtr type |
The meta type info of the member.
| std::string name |
The name of the member.
| std::string comment |
The user defined comment as specified in the r.member() call.
1.8.14