#include <CheckSumGenerator.h>
|
| CheckSumGenerator () |
|
template<class t_type , class t_allocator , class t_memory_manager > |
void | update (const Buffer< t_type, t_allocator, t_memory_manager > &buffer) |
|
template<class t_type , class t_allocator , class t_memory_manager > |
void | update (const Buffer< t_type, t_allocator, t_memory_manager > &buffer, uint04 max_size) |
|
template<class t_type > |
void | update (const t_type &object) |
|
template<> |
void | update (const t_hash_type &hash_value) |
|
t_hash_type | getCheckSum () |
|
◆ CheckSumGenerator()
template<class t_hash_type >
◆ getCheckSum()
template<class t_hash_type >
t_hash_type getCheckSum |
( |
| ) |
|
|
inline |
◆ update() [1/4]
template<class t_hash_type >
template<class t_type , class t_allocator , class t_memory_manager >
void update |
( |
const Buffer< t_type, t_allocator, t_memory_manager > & | buffer | ) |
|
|
inline |
◆ update() [2/4]
template<class t_hash_type >
template<class t_type , class t_allocator , class t_memory_manager >
void update |
( |
const Buffer< t_type, t_allocator, t_memory_manager > & | buffer, |
|
|
uint04 | max_size ) |
|
inline |
◆ update() [3/4]
template<class t_hash_type >
template<>
void update |
( |
const t_hash_type & | hash_value | ) |
|
|
inline |
◆ update() [4/4]
template<class t_hash_type >
template<class t_type >
void update |
( |
const t_type & | object | ) |
|
|
inline |
◆ m_checksum
template<class t_hash_type >
◆ type_buffer
template<class t_hash_type >
The documentation for this class was generated from the following file: