MIRA
|
#include <serialization/MetaSerializer.h>
Public Member Functions | |
Parameter () | |
Parameter (TypeMetaPtr iType) | |
Parameter (TypeMetaPtr iType, const std::string &iName, const std::string &iDescription) | |
template<typename Reflector > | |
void | reflect (Reflector &r) |
Public Attributes | |
TypeMetaPtr | type |
The meta type info of the return parameter. More... | |
std::string | name |
The name of the parameter. More... | |
std::string | description |
The description for the parameter. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
TypeMetaPtr type |
The meta type info of the return parameter.
std::string name |
The name of the parameter.
std::string description |
The description for the parameter.