#include <element_parser.h>
Public Types | |
typedef int | OBJ_T |
typedef int | HASH_TYPE |
typedef eqint | COMP_FUNC |
Static Public Member Functions | |
static OBJ_T | parse_element (char *word) |
parse characters in word to type OBJ_T | |
static const OBJ_T & | convert (const int &i) |
static bool | notEq (const int &i1, const int &i2) |
static const HASH_TYPE & | conv_hash_type (const OBJ_T &s) |
typedef int element_parser< int >::OBJ_T |
element type
OBJ_T element_parser< int >::parse_element | ( | char * | word | ) | [inline, static] |
parse characters in word to type OBJ_T
word | input set of characters return value is parsed element |