|
libalcommon
1.12
|
ALParameterInfoOptional is the option container. More...
#include <alcommon/almethodinfo.h>
Public Member Functions | |
| ALParameterInfoOptional (T defaultValue) | |
| Default contructor. | |
Public Attributes | |
| T | m_defaultValue |
ALParameterInfoOptional is the option container.
Definition at line 73 of file almethodinfo.h.
| AL::ALMethodInfo::ALParameterInfoOptional< T >::ALParameterInfoOptional | ( | T | defaultValue | ) | [inline] |
Default contructor.
| defaultValue | new optional paramater |
Definition at line 79 of file almethodinfo.h.
| T AL::ALMethodInfo::ALParameterInfoOptional< T >::m_defaultValue |
Optional parameter.
Definition at line 82 of file almethodinfo.h.