Stores meta information for each member.
More...
#include <serialization/ReflectMemberMeta.h>
|
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...
|
|
Stores meta information for each member.
These are:
- the name (as specified in the XML file),
- the id (used for containers where the name is identical, in all other cases the id usually is equal to the name),
- additional comments for the user
◆ ReflectMemberMeta()
◆ getName()
std::string getName |
( |
| ) |
const |
|
inline |
◆ getID()
std::string getID |
( |
| ) |
const |
|
inline |
◆ name
The name (as specified in the XML file).
◆ id
The id (used for containers where the name is identical, in all other cases the id usually is equal to the name),.
◆ comment
Additional user comments.
The documentation for this struct was generated from the following file: