Searched defs:node_base (Results 1 – 3 of 3) sorted by relevance
11 struct node_base struct13 node_base() : m_next(0) {} in node_base() function15 virtual ~node_base() in ~node_base() argument20 node_base* next() const in next() argument28 void append(node_base* p) in append() argument37 node_base* m_next; argument
109 struct node_base struct113 pointer_traits<VoidPtr> void_ptr_traits;116 <node_base>::type node_base_ptr;121 <node_base_ptr>::type node_base_ptr_ptr;124 BOOST_CONTAINER_FORCEINLINE explicit node_base(const node_base_ptr_ptr &n) in node_base() function128 BOOST_CONTAINER_FORCEINLINE node_base() in node_base() function132 node_base_ptr_ptr up;
173 node_base: str = "Node" variable in default_args