Searched refs:m_pInputTree (Results 1 – 4 of 4) sorted by relevance
30 m_pInputTree(NULL), in Archive()35 m_pInputTree = new InputTree(); in Archive()40 delete m_pInputTree; in ~Archive()58 return *m_pInputTree; in inputs()64 return *m_pInputTree; in inputs()130 if (pLastPos == m_pInputTree->root()) in addArchiveMember()
51 m_pInputTree(NULL), in ScriptFile()61 m_pInputTree = new InputTree(); in ScriptFile()70 if (NULL != m_pInputTree) in ~ScriptFile()71 delete m_pInputTree; in ~ScriptFile()116 new GroupCmd(pStringList, *m_pInputTree, m_Builder, pGroupReader, pConfig)); in addGroupCmd()
73 const InputTree& inputs() const { return *m_pInputTree; } in inputs()74 InputTree& inputs() { return *m_pInputTree; } in inputs()148 InputTree* m_pInputTree; variable
244 InputTree *m_pInputTree; variable