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

/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h1 //===- InputTree.h --------------------------------------------------------===//
208 /** \class InputTree
209 * \brief InputTree is the input tree to contains all inputs from the
212 * InputTree, of course, is uncopyable.
216 class InputTree : public BinaryTree<Input> { class in namespace:mcld
274 InputTree& enterGroup(TreeIteratorBase pRoot);
277 InputTree& insert(TreeIteratorBase pRoot, Input& pInput);
279 InputTree& merge(TreeIteratorBase pRoot,
281 InputTree& pTree);
283 InputTree
[all...]

Completed in 535 milliseconds