Searched refs:m_pCurrentTree (Results 1 – 2 of 2) sorted by relevance
22 m_pCurrentTree(NULL), in InputBuilder()40 m_pCurrentTree(NULL), in InputBuilder()62 assert(m_pCurrentTree != NULL && m_pMove != NULL); in enterGroup()64 m_pCurrentTree->enterGroup(m_Root, *m_pMove); in enterGroup()69 return *m_pCurrentTree; in enterGroup()73 assert(m_pCurrentTree != NULL && m_pMove != NULL); in exitGroup()79 return *m_pCurrentTree; in exitGroup()87 assert(m_pCurrentTree != NULL && m_pMove != NULL); in getCurrentTree()88 return *m_pCurrentTree; in getCurrentTree()92 assert(m_pCurrentTree != NULL && m_pMove != NULL); in getCurrentTree()[all …]
91 InputTree* m_pCurrentTree; variable107 assert(m_pCurrentTree != NULL && m_pMove != NULL);110 m_pCurrentTree->insert(m_Root, *m_pMove, *input);114 return *m_pCurrentTree;122 assert(m_pCurrentTree != NULL && m_pMove != NULL);125 m_pCurrentTree->insert(m_Root, *m_pMove, *input);129 return *m_pCurrentTree;