CRCCalculatorParams
Functions
~CRCCalculatorParams |
|
bool | hasKey |
crc_double_t | value |
void | setValue |
Detailed Description
-
class
CRCCalculatorParams
Contains calculator properties in the form of key,value pairs.
Public Functions
-
inline virtual
~CRCCalculatorParams
()
-
virtual crc_double_t
value
(const CRCString &key) const = 0 Gets value for specified key.
Returns infinity if key does not exist
-
virtual void
setValue
(const CRCString &key, crc_double_t value) = 0 Sets double value for specified key.
-
inline virtual