Searched defs:my_struct (Results 1 – 8 of 8) sorted by relevance
27 struct my_struct { struct28 my_struct(int x) : mem(x) {}; in my_struct() function46 my_struct x(3); argument
27 struct my_struct { struct28 my_struct(int x) : mem(x) {}; in my_struct() argument46 my_struct x(3); argument
10 struct my_struct { // no ostream operator defined! struct17 my_struct s{100, 'H', 3.141593}; in main() argument
9 struct my_struct { // no ostream operator defined! struct15 my_struct s{{"Das ist fantastisch!"}, 100}; in main() argument
12 struct my_struct { struct13 my_struct(int var_) : var(var_) in my_struct() argument22 my_struct instance(-2); in BOOST_AUTO_TEST_CASE() argument
35 struct my_struct struct48 explicit my_struct(color col) : m_color(col) in my_struct() argument52 color get_color() const in get_color()
14 struct my_struct { struct19 my_struct<int, int>, argument
192 struct my_struct: public my_class { struct