libalcommon
2.1.4.13
|
ALParameterInfo is the introspection container. More...
#include "alcommon/almethodinfo.h"
Public Attributes | |
std::string | paramError |
std::string | name |
std::string | description |
std::string | strType |
bool | optional |
ALParameterInfo is the introspection container.
Definition at line 58 of file almethodinfo.h.
std::string AL::ALMethodInfo::ALParameterInfo::description |
Parameter's description.
Definition at line 63 of file almethodinfo.h.
std::string AL::ALMethodInfo::ALParameterInfo::name |
Parameter's name.
Definition at line 62 of file almethodinfo.h.
bool AL::ALMethodInfo::ALParameterInfo::optional |
True if it is an optional parameter.
Definition at line 65 of file almethodinfo.h.
std::string AL::ALMethodInfo::ALParameterInfo::paramError |
Definition at line 61 of file almethodinfo.h.
std::string AL::ALMethodInfo::ALParameterInfo::strType |
Parameter's type name.
Definition at line 64 of file almethodinfo.h.