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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h268 /// TreeImpl - TreeImpl records the root node and the number of nodes
277 class TreeImpl : public NodeFactory<DataType> class in class:mcld::BinaryTreeBase
286 TreeImpl() function in class:mcld::BinaryTreeBase::TreeImpl
291 ~TreeImpl()
295 void summon(TreeImpl& pClient) {
308 }; // TreeImpl
314 TreeImpl m_Root;

Completed in 194 milliseconds