libalcommon  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
AL::ALMethodInfo::ALParameterInfoOptional< T > Class Template Reference

ALParameterInfoOptional is the option container. More...

#include "alcommon/almethodinfo.h"

Public Member Functions

 ALParameterInfoOptional (T defaultValue)
 Default contructor. More...
 

Public Attributes

m_defaultValue
 
- Public Attributes inherited from AL::ALMethodInfo::ALParameterInfo
std::string paramError
 
std::string name
 
std::string description
 
std::string strType
 
bool optional
 

Detailed Description

template<typename T>
class AL::ALMethodInfo::ALParameterInfoOptional< T >

ALParameterInfoOptional is the option container.

Definition at line 73 of file almethodinfo.h.

Constructor & Destructor Documentation

template<typename T >
AL::ALMethodInfo::ALParameterInfoOptional< T >::ALParameterInfoOptional ( defaultValue)
inline

Default contructor.

Parameters
defaultValuenew optional paramater

Definition at line 79 of file almethodinfo.h.

Member Data Documentation

template<typename T >
T AL::ALMethodInfo::ALParameterInfoOptional< T >::m_defaultValue

Optional parameter.

Definition at line 82 of file almethodinfo.h.


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