#include <checksumHashGenerator.h>
Inheritance diagram for ChecksumHashGenerator:
Public Member Functions | |
INLINE void | add_int (int num) |
INLINE void | add_bool (bool flag) |
INLINE void | add_fp (float num, float threshold) |
INLINE void | add_fp (double num, double threshold) |
INLINE void | add_pointer (void *ptr) |
void | add_string (const string &str) |
|
|
|
|
|
|
|
Referenced by add_string(). |
|
|
|
Definition at line 28 of file checksumHashGenerator.cxx. References add_int(). |