Defines main traits for types directly handled. More...
#include <types.h>
Static Public Attributes | |
static const TYPES | id = T_INVALID |
id of the type | |
static const QString | name = "invalid" |
Name of the type. | |
static const NUMBER_CLASS | type = NOT_A_NUMBER |
Class of number. |
Defines main traits for types directly handled.
Definition at line 221 of file types.h.
const TYPES storage::TypeTraits< T >::id = T_INVALID [inline, static] |
const QString storage::TypeTraits< T >::name = "invalid" [inline, static] |
const NUMBER_CLASS storage::TypeTraits< T >::type = NOT_A_NUMBER [inline, static] |