8 #ifndef _ALIJSONREADER_H_
9 #define _ALIJSONREADER_H_
std::vector< AliJSONSyntaxTreeNode * > fDaughters
AliJSONSyntaxTreeNode(const char *name, AliJSONSyntaxTreeNode *mother)
std::vector< AliJSONSyntaxTreeNode * > & GetDaughters()
AliJSONSyntaxTreeNode * GetMotherNode() const
std::vector< AliJSONData * > fEntries
std::vector< AliJSONData * > & GetEntries()
void AddNodeToList(AliJSONSyntaxTreeNode *node, TList *consumer) const
const char * GetName() const
AliJSONSyntaxTreeNode * CreateDaughter(const char *name)
TList * Decode(const char *jsosnstring) const
AliJSONSyntaxTreeNode * fMotherNode
void AddEntry(AliJSONData *entry)
void SetOwner(bool owner=true)
AliJSONSyntaxTreeNode * operator=(const AliJSONSyntaxTreeNode &ref)