Searched defs:simple_node_traits (Results 1 – 3 of 3) sorted by relevance
24 struct simple_node_traits struct26 typedef simple_node node;27 typedef node * node_ptr;28 typedef const node * const_node_ptr;29 static node *get_next(const node *n) { return n->next_; } in get_next()30 static void set_next(node *n, node *next) { n->next_ = next; } in set_next()54 <value_1, simple_node_traits, &value_1::node_, normal_link> ValueTraits1; argument
24 struct simple_node_traits struct26 typedef simple_node node;27 typedef node * node_ptr;28 typedef const node * const_node_ptr;29 static node *get_next(const node *n) { return n->next_; } in get_next()30 static void set_next(node *n, node *next) { n->next_ = next; } in set_next()54 typedef derivation_value_traits<value_1, simple_node_traits, normal_link> ValueTraits1; argument
36 struct simple_node_traits struct51 typedef simple_node_traits node_traits; argument