Searched defs:SpecificNodeAccess (Results 1 – 3 of 3) sorted by relevance
201 template <class OptionsT> struct SpecificNodeAccess : NodeAccess { struct203 typedef typename OptionsT::pointer pointer;204 typedef typename OptionsT::const_pointer const_pointer;205 typedef ilist_node_impl<OptionsT> node_type;207 static node_type *getNodePtr(pointer N) { in getNodePtr()210 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()213 static pointer getValuePtr(node_type *N) { in getValuePtr()216 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
210 template <class OptionsT> struct SpecificNodeAccess : NodeAccess { struct213 using const_pointer = typename OptionsT::const_pointer;214 using node_type = ilist_node_impl<OptionsT>;216 static node_type *getNodePtr(pointer N) { in getNodePtr()220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()224 static pointer getValuePtr(node_type *N) { in getValuePtr()228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()