libalcommon  1.14
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes
AL::ALMethodInfo::ALParameterInfo Class Reference

ALParameterInfo is the introspection container. More...

#include <alcommon/almethodinfo.h>

List of all members.

Public Attributes

std::string paramError
std::string name
std::string description
std::string strType
bool optional

Detailed Description

ALParameterInfo is the introspection container.

Definition at line 58 of file almethodinfo.h.


Member Data Documentation

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.


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