#include <field.h>
Public Member Functions | |
~Field (void) | |
std::string | get_name (void) |
std::string | get_name (void) const |
std::string | get_value (void) |
std::string | get_value (void) const |
Static Public Member Functions | |
static Field * | create (const std::string &name, const std::string &value) |
static Field * | create (const char *name, const char *value) |
Lux::Field::~Field | ( | void | ) | [inline] |
destructor
static Field* Lux::Field::create | ( | const char * | name, | |
const char * | value | |||
) | [inline, static] |
create a field
name | field name (pointer) | |
value | field value (pointer) |
static Field* Lux::Field::create | ( | const std::string & | name, | |
const std::string & | value | |||
) | [inline, static] |
create a field
name | field name (reference) | |
value | field value (reference) |
std::string Lux::Field::get_name | ( | void | ) | const [inline] |
get the name of the field
std::string Lux::Field::get_name | ( | void | ) | [inline] |
get the name of the field
std::string Lux::Field::get_value | ( | void | ) | const [inline] |
get the value of the field
std::string Lux::Field::get_value | ( | void | ) | [inline] |
get the value of the field