ffead.server.doc
JSONElement Class Reference

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 ()
 
JSONElementgetNode (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
 

Detailed Description

Definition at line 30 of file JSONElement.h.


The documentation for this class was generated from the following files: