cryptlib.h
parent
f5bce1ab8c
commit
4ee0b3e2f6
|
|
@ -398,7 +398,7 @@ public:
|
||||||
/// \param value the value retrieved upon success
|
/// \param value the value retrieved upon success
|
||||||
/// \return true if an word64 value was retrieved, false otherwise
|
/// \return true if an word64 value was retrieved, false otherwise
|
||||||
/// \sa GetValue(), GetValueWithDefault(), GetWord64ValueWithDefault(), GetIntValue(),
|
/// \sa GetValue(), GetValueWithDefault(), GetWord64ValueWithDefault(), GetIntValue(),
|
||||||
/// GetIntValueWithDefault(), GetRequiredParameter() and GetRequiredIntParameter()
|
/// GetIntValueWithDefault(), GetRequiredParameter() and GetRequiredIntParameter()
|
||||||
CRYPTOPP_DLL bool GetWord64Value(const char *name, word64 &value) const
|
CRYPTOPP_DLL bool GetWord64Value(const char *name, word64 &value) const
|
||||||
{return GetValue(name, value);}
|
{return GetValue(name, value);}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue