Go to the source code of this file.
#define MAX_INT32 2147483647 |
#define MAX_UINT16 65535U |
#define MAX_UINT32 4294967295U |
#define MIN_INT32 -2147483647 |
template<>
bool GetMaxValue< char > |
( |
long long int & |
max | ) |
|
|
inline |
template<>
bool GetMaxValue< int > |
( |
long long int & |
max | ) |
|
|
inline |
template<>
bool GetMaxValue< short > |
( |
long long int & |
max | ) |
|
|
inline |
template<>
bool GetMaxValue< unsigned char > |
( |
long long int & |
max | ) |
|
|
inline |
template<>
bool GetMaxValue< unsigned int > |
( |
long long int & |
max | ) |
|
|
inline |
template<>
bool GetMaxValue< unsigned short > |
( |
long long int & |
max | ) |
|
|
inline |
template<>
bool GetMinValue< char > |
( |
long long int & |
min | ) |
|
|
inline |
template<>
bool GetMinValue< int > |
( |
long long int & |
min | ) |
|
|
inline |
template<>
bool GetMinValue< short > |
( |
long long int & |
min | ) |
|
|
inline |
template<>
bool GetMinValue< unsigned char > |
( |
long long int & |
min | ) |
|
|
inline |
template<>
bool GetMinValue< unsigned int > |
( |
long long int & |
min | ) |
|
|
inline |
template<>
bool GetMinValue< unsigned short > |
( |
long long int & |
min | ) |
|
|
inline |
template<>
bool IsTypeDouble< double > |
( |
double |
CMN_UNUSEDval | ) |
|
|
inline |
template<>
bool IsTypeFloat< float > |
( |
float |
CMN_UNUSEDval | ) |
|
|
inline |
template<>
bool IsTypeInt16< short > |
( |
short |
CMN_UNUSEDval | ) |
|
|
inline |
template<>
bool IsTypeInt32< int > |
( |
int |
CMN_UNUSEDval | ) |
|
|
inline |
template<>
bool IsTypeInt64< long long int > |
( |
long long int |
CMN_UNUSEDval | ) |
|
|
inline |
template<>
bool IsTypeInt8< char > |
( |
char |
CMN_UNUSEDval | ) |
|
|
inline |
template<>
bool IsTypeUInt16< unsigned short > |
( |
unsigned short |
CMN_UNUSEDval | ) |
|
|
inline |
template<>
bool IsTypeUInt32< unsigned int > |
( |
unsigned int |
CMN_UNUSEDval | ) |
|
|
inline |
template<>
bool IsTypeUInt64< unsigned long long int > |
( |
unsigned long long int |
CMN_UNUSEDval | ) |
|
|
inline |
template<>
bool IsTypeUInt8< unsigned char > |
( |
unsigned char |
CMN_UNUSEDval | ) |
|
|
inline |