Searched defs:TreeImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h271 /// TreeImpl - TreeImpl records the root node and the number of nodes
280 class TreeImpl : public NodeFactory<DataType> class in class:mcld::BinaryTreeBase
289 TreeImpl() function in class:mcld::BinaryTreeBase::TreeImpl
294 ~TreeImpl()
298 void summon(TreeImpl& pClient) {
311 }; // TreeImpl
317 TreeImpl m_Root;

Completed in 1242 milliseconds