#include <crc.hpp>
§ operator()() [1/2]
§ operator()() [2/2]
§ update() [1/15]
§ update() [2/15]
§ update() [3/15]
§ update() [4/15]
§ update() [5/15]
§ update() [6/15]
§ update() [7/15]
§ update() [8/15]
§ update() [9/15]
§ update() [10/15]
§ update() [11/15]
§ update() [12/15]
§ update() [13/15]
§ update() [14/15]
§ update() [15/15]
§ update_bool()
template<typename TCRC >
void osmium::CRC< TCRC >::update_bool |
( |
const bool |
value | ) |
|
|
inlinenoexcept |
§ update_int16()
template<typename TCRC >
void osmium::CRC< TCRC >::update_int16 |
( |
const uint16_t |
value | ) |
|
|
inlinenoexcept |
§ update_int32()
template<typename TCRC >
void osmium::CRC< TCRC >::update_int32 |
( |
const uint32_t |
value | ) |
|
|
inlinenoexcept |
§ update_int64()
template<typename TCRC >
void osmium::CRC< TCRC >::update_int64 |
( |
const uint64_t |
value | ) |
|
|
inlinenoexcept |
§ update_int8()
template<typename TCRC >
void osmium::CRC< TCRC >::update_int8 |
( |
const uint8_t |
value | ) |
|
|
inlinenoexcept |
§ update_string()
template<typename TCRC >
void osmium::CRC< TCRC >::update_string |
( |
const char * |
str | ) |
|
|
inlinenoexcept |
§ m_crc
The documentation for this class was generated from the following file: