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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h258 /// TreeImpl - TreeImpl records the root node and the number of nodes
267 class TreeImpl : public NodeFactory<DataType> { class in class:mcld::BinaryTreeBase
275 TreeImpl() : NodeFactory<DataType>() { node.left = node.right = &node; } function in class:mcld::BinaryTreeBase::TreeImpl
277 ~TreeImpl() {}
280 void summon(TreeImpl& pClient) {
293 }; // TreeImpl
299 TreeImpl m_Root;

Completed in 37 milliseconds