20 #ifndef __TPIE_PIPELINING_NODE_SET_H__
21 #define __TPIE_PIPELINING_NODE_SET_H__
23 #include <boost/intrusive_ptr.hpp>
35 std::vector<node_map::id_t> m_nodes;
36 std::vector<std::pair<node_map::id_t, node_relation> > m_relations;
44 if (s->m_refCnt == 0)
delete s;
50 typedef boost::intrusive_ptr<bits::node_set_content> node_set;
52 inline node_set make_node_set() {
58 #endif // __TPIE_PIPELINING_NODE_SET_H__