ROOT logo
AliRoot » PWG » TOOLS » AliJSONReader

class AliJSONReader

Function Members (Methods)

public:
AliJSONReader()
AliJSONReader(const AliJSONReader&)
virtual~AliJSONReader()
TList*Decode(const char* jsosnstring) const
AliJSONReader&operator=(const AliJSONReader&)
private:
voidAddNodeToList(AliJSONSyntaxTreeNode* node, TList* consumer) const

Class Charts

Inheritance Chart:
AliJSONReader

Function documentation

AliJSONReader()
~AliJSONReader()
TList* Decode(const char* jsosnstring) const
   * Decode JSON String
   * 1st create the abstract syntax tree
   * 2nd serialise the abstract syntax tree it into a TList

void AddNodeToList(AliJSONSyntaxTreeNode* node, TList* consumer) const
AliJSONSyntaxTreeNode * operator=(const AliJSONReader& )
AliJSONReader()