ffead.server.doc
|
Public Types | |
enum | { JSON_OBJECT, JSON_ARRAY, JSON_STRING, JSON_NUMBER, JSON_BOOL, JSON_FLOAT } |
Public Member Functions | |
bool | hasChildren () |
void | addChild (JSONElement *child) |
vector< JSONElement * > | getChildren () |
JSONElement * | getNode (const string &name) |
int | getType () const |
void | setType (int type) |
string | getValue () const |
void | setValue (string value) |
string | getName () const |
void | setName (string name) |
string | toString () |
Static Public Attributes | |
static enum JSONElement:: { ... } | JSON_TYPE |
Definition at line 30 of file JSONElement.h.