#include <feeserver/fee_servt.hh>
Static Public Member Functions | |
| static void | Copy (const int &src, int &dest) |
| static bool | Compare (const int &v1, const int &v2, const float &threshold) |
| static bool | Equal (const int &v1, const int &v2) |
| static const char * | Format () |
| static size_t | Size () |
| static void FeeServer::IntTrait::Copy | ( | const int & | src, | |
| int & | dest | |||
| ) | [inline, static] |
copy value of src to dest
| static bool FeeServer::IntTrait::Compare | ( | const int & | v1, | |
| const int & | v2, | |||
| const float & | threshold | |||
| ) | [inline, static] |
Check if difference between v1 and v2 is not bigger than threshold
| static bool FeeServer::IntTrait::Equal | ( | const int & | v1, | |
| const int & | v2 | |||
| ) | [inline, static] |
Check if v1 and v2 are equal
| static const char* FeeServer::IntTrait::Format | ( | ) | [inline, static] |
Return the format string
| static size_t FeeServer::IntTrait::Size | ( | ) | [inline, static] |
Get the size (in bytes) of a value
1.5.6