|
| field_value (const char *s) |
|
| field_value (const bool b) |
|
| field_value (const char c) |
|
| field_value (const short s) |
|
| field_value (const unsigned short us) |
|
| field_value (const int l) |
|
| field_value (const unsigned int ul) |
|
| field_value (const float f) |
|
| field_value (const double d) |
|
| field_value (const int64_t i) |
|
| field_value (const field_value &fv) |
|
fType | get_fType () const |
|
bool | get_isNull () const |
|
std::string | get_asString () const |
|
bool | get_asBool () const |
|
char | get_asChar () const |
|
short | get_asShort () const |
|
unsigned short | get_asUShort () const |
|
int | get_asInt () const |
|
unsigned int | get_asUInt () const |
|
float | get_asFloat () const |
|
double | get_asDouble () const |
|
int64_t | get_asInt64 () const |
|
field_value & | operator= (const char *s) |
|
field_value & | operator= (const std::string &s) |
|
field_value & | operator= (const bool b) |
|
field_value & | operator= (const short s) |
|
field_value & | operator= (const unsigned short us) |
|
field_value & | operator= (const int l) |
|
field_value & | operator= (const unsigned int l) |
|
field_value & | operator= (const float f) |
|
field_value & | operator= (const double d) |
|
field_value & | operator= (const int64_t i) |
|
field_value & | operator= (const field_value &fv) |
|
void | set_isNull () |
|
void | set_asString (const char *s) |
|
void | set_asString (const std::string &s) |
|
void | set_asBool (const bool b) |
|
void | set_asChar (const char c) |
|
void | set_asShort (const short s) |
|
void | set_asUShort (const unsigned short us) |
|
void | set_asInt (const int l) |
|
void | set_asUInt (const unsigned int l) |
|
void | set_asFloat (const float f) |
|
void | set_asDouble (const double d) |
|
void | set_asInt64 (const int64_t i) |
|
fType | get_field_type () |
|
std::string | gft () |
|