Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Base class for AlgorithmParameters. More...
Classes | |
class | ParameterNotUsed |
Exception thrown when an AlgorithmParameter is unused. More... | |
Public Member Functions | |
AlgorithmParametersBase (const AlgorithmParametersBase &x) | |
AlgorithmParametersBase (const char *name, bool throwIfNotUsed) | |
Construct a AlgorithmParametersBase. More... | |
bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
Friends | |
class | AlgorithmParameters |
Base class for AlgorithmParameters.
Definition at line 303 of file algparam.h.
|
inline |
Construct a AlgorithmParametersBase.
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.