Searched refs:AlgorithmParametersBase (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgparam.cpp21 void AlgorithmParametersBase::operator=(const AlgorithmParametersBase& rhs)
26 bool AlgorithmParametersBase::GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const
H A Dalgparam.h248 class CRYPTOPP_DLL AlgorithmParametersBase class
254 ParameterNotUsed(const char *name) : Exception(OTHER_ERROR, std::string("AlgorithmParametersBase: parameter \"") + name + "\" not used") {}
258 AlgorithmParametersBase(const AlgorithmParametersBase &x) function in class:AlgorithmParametersBase
261 m_next.reset(const_cast<AlgorithmParametersBase &>(x).m_next.release());
265 AlgorithmParametersBase(const char *name, bool throwIfNotUsed) function in class:AlgorithmParametersBase
268 virtual ~AlgorithmParametersBase()
290 void operator=(const AlgorithmParametersBase& rhs); // assignment not allowed, declare this for VC60
298 member_ptr<AlgorithmParametersBase> m_next;
302 class AlgorithmParametersTemplate : public AlgorithmParametersBase
[all...]

Completed in 41 milliseconds