Public Member Functions | |
| AlgorithmParametersTemplate (const char *name, const T &value, bool throwIfNotUsed) | |
| void | AssignValue (const char *name, const std::type_info &valueType, void *pValue) const |
| void | MoveInto (void *buffer) const |
| bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
Protected Attributes | |
| T | m_value |
| const char * | m_name |
| bool | m_throwIfNotUsed |
| bool | m_used |
|
member_ptr < AlgorithmParametersBase > | m_next |
Friends | |
| class | AlgorithmParameters |
Definition at line 302 of file algparam.h.
1.7.1