Base class for AlgorithmParameters.
More...
#include <algparam.h>
|
| void | operator= (const AlgorithmParametersBase &rhs) |
| |
|
virtual void | AssignValue (const char *name, const std::type_info &valueType, void *pValue) const =0 |
| |
|
virtual void | MoveInto (void *p) const =0 |
| |
Base class for AlgorithmParameters.
Definition at line 303 of file algparam.h.
◆ ~AlgorithmParametersBase()
| virtual AlgorithmParametersBase::~AlgorithmParametersBase |
( |
| ) |
|
|
inlinevirtual |
◆ AlgorithmParametersBase() [1/2]
◆ AlgorithmParametersBase() [2/2]
| AlgorithmParametersBase::AlgorithmParametersBase |
( |
const char * |
name, |
|
|
bool |
throwIfNotUsed |
|
) |
| |
|
inline |
Construct a AlgorithmParametersBase.
- Parameters
-
| name | the parameter name |
| throwIfNotUsed | flags indicating whether an exception should be thrown |
If throwIfNotUsed is true, then a ParameterNotUsed exception will be thrown in the destructor if the parameter is not not retrieved.
Definition at line 349 of file algparam.h.
◆ GetVoidValue()
| bool AlgorithmParametersBase::GetVoidValue |
( |
const char * |
name, |
|
|
const std::type_info & |
valueType, |
|
|
void * |
pValue |
|
) |
| const |
◆ operator=()
◆ AlgorithmParameters
◆ m_name
| const char* AlgorithmParametersBase::m_name |
|
protected |
◆ m_next
◆ m_throwIfNotUsed
| bool AlgorithmParametersBase::m_throwIfNotUsed |
|
protected |
◆ m_used
| bool AlgorithmParametersBase::m_used |
|
mutableprotected |
The documentation for this class was generated from the following files:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/algparam.h
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/algparam.cpp