Searched defs:CPPHello (Results 1 – 1 of 1) sorted by relevance
35 struct CPPHello : private HelloAgain, public ByeAgain<float_type> { struct39 CPPHello() : cpp_foo(20), cpp_bar(1.234) {} in CPPHello() argument42 int test_enum() {return CPPHello::BLA;} in test_enum() argument48 int boo (const CPPHello, int *, float *) { in boo()