Lines Matching defs:testvalue
34 struct testvalue struct
39 typename Hooks::member_hook_type node_;
40 typename Hooks::auto_member_hook_type auto_node_;
41 typename Hooks::nonhook_node_member_type nhn_member_;
43 int_holder value_;
45 testvalue() in testvalue() argument
48 explicit testvalue(int i) in testvalue() function
52 testvalue (const testvalue& src) in testvalue() argument
58 testvalue & operator= (const testvalue& src) in operator =()
69 void swap_nodes(testvalue &other) in swap_nodes()
78 bool is_linked() const in is_linked()
87 const int_holder &get_int_holder() const in get_int_holder()
90 int int_value() const in int_value()
93 ~testvalue() in ~testvalue()
96 bool operator< (const testvalue &other) const in operator <()
99 bool operator> (const testvalue &other) const in operator >()
102 bool operator==(const testvalue &other) const in operator ==()
105 bool operator!=(const testvalue &other) const in operator !=()