Home
last modified time | relevance | path

Searched refs:test_nc_class (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/multi_index/test/
Dtest_key_extractors.cpp132 struct test_nc_class struct
140 static bool bool_global_fun_const_ref(const test_nc_class&){return false;} in bool_global_fun_const_ref() argument
141 static bool bool_global_fun_ref(test_nc_class&){return true;} in bool_global_fun_ref() argument
143 test_nc_class(int i=0):int_member(i),int_cmember(i){} in test_nc_class() argument
144 test_nc_class(int i,int j):int_member(i),int_cmember(j){} in test_nc_class() argument
146 bool operator==(const test_nc_class& x)const in operator ==() argument
152 test_nc_class(const test_nc_class&);
153 test_nc_class& operator=(const test_nc_class&);
156 struct test_nc_derived_class:test_nc_class
158 test_nc_derived_class(int i=0):test_nc_class(i){} in test_nc_derived_class()
[all …]