Searched refs:m_pInputTree (Results 1 – 4 of 4) sorted by relevance
31 m_pInputTree(NULL), in Archive()35 m_pInputTree = new InputTree(); in Archive()39 delete m_pInputTree; in ~Archive()54 return *m_pInputTree; in inputs()59 return *m_pInputTree; in inputs()117 if (pLastPos == m_pInputTree->root()) in addArchiveMember()
54 m_pInputTree(NULL), in ScriptFile()63 m_pInputTree = new InputTree(); in ScriptFile()71 if (m_pInputTree != NULL) in ~ScriptFile()72 delete m_pInputTree; in ~ScriptFile()113 *m_pInputTree, in addInputCmd()125 pStringList, *m_pInputTree, m_Builder, pGroupReader, pConfig)); in addGroupCmd()
75 const InputTree& inputs() const { return *m_pInputTree; } in inputs()76 InputTree& inputs() { return *m_pInputTree; } in inputs()158 InputTree* m_pInputTree; variable
227 InputTree* m_pInputTree; variable