Searched refs:NodeFactory (Results 1 – 4 of 4) sorted by relevance
33 class NodeFactory;36 friend class NodeFactory; variable54 class NodeFactory : public mcld::GCFactory<Node, 0> {56 NodeFactory() : mcld::GCFactory<Node, 0>(16) {} in NodeFactory() function87 NodeFactory m_NodeFactory;
37 typedef mcld::NodeFactory<int> NodeAlloc;
32 class NodeFactory : public GCFactory<Node<DataType>, 64> {52 void delegate(NodeFactory& pClient) { in delegate()75 void replace(NodeFactory& pClient) { in replace()83 void concatenate(NodeFactory& pClient) { in concatenate()
267 class TreeImpl : public NodeFactory<DataType> {268 typedef typename NodeFactory<DataType>::iterator iterator;269 typedef typename NodeFactory<DataType>::const_iterator const_iterator;275 TreeImpl() : NodeFactory<DataType>() { node.left = node.right = &node; } in TreeImpl()