libalcommon  1.14.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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

Parameter's description.

Definition at line 63 of file almethodinfo.h.

Parameter's name.

Definition at line 62 of file almethodinfo.h.

True if it is an optional parameter.

Definition at line 65 of file almethodinfo.h.

Definition at line 61 of file almethodinfo.h.

Parameter's type name.

Definition at line 64 of file almethodinfo.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines