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

#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...
 

Constructor & Destructor Documentation

◆ Parameter() [1/3]

Parameter ( )
inline

◆ Parameter() [2/3]

Parameter ( TypeMetaPtr  iType)
inline

◆ Parameter() [3/3]

Parameter ( TypeMetaPtr  iType,
const std::string &  iName,
const std::string &  iDescription 
)
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

Member Data Documentation

◆ type

The meta type info of the return parameter.

◆ name

std::string name

The name of the parameter.

◆ description

std::string description

The description for the parameter.


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