Home | History | Annotate | Download | only in interface

Lines Matching defs:class_printer

1339 struct template_cpp_generator::class_printer :
1340 public cpp_generator::class_printer {
1341 class_printer(const specialization &instance,
1379 /* Construct a class_printer from the template class specialization
1386 template_cpp_generator::class_printer::class_printer(
1390 cpp_generator::class_printer(instance_printer.os,
1523 void template_cpp_generator::class_printer::print_return_type(
1549 void template_cpp_generator::class_printer::print_method_template_arguments(
1573 void template_cpp_generator::class_printer::print_method_header(
1579 cpp_generator::class_printer::print_method_header(method,
1591 bool template_cpp_generator::class_printer::want_descendent_overloads(
1600 void template_cpp_generator::class_printer::print_all_methods()
1610 public template_cpp_generator::class_printer {
1613 class_printer(instance, instance_printer, true) {}
1686 public template_cpp_generator::class_printer {
1689 class_printer(instance, instance_printer, false) {}
1910 void template_cpp_generator::class_printer::print_static_method(
1969 void template_cpp_generator::class_printer::print_constructor(
2174 bool template_cpp_generator::class_printer::is_return_kind(
2366 void template_cpp_generator::class_printer::add_specialization(
2469 bool template_cpp_generator::class_printer::print_matching_method(
2518 bool template_cpp_generator::class_printer::print_matching_method(
2541 void template_cpp_generator::class_printer::print_matching_method(
2581 void template_cpp_generator::class_printer::print_at_method(
2610 bool template_cpp_generator::class_printer::print_special_method(
2630 bool template_cpp_generator::class_printer::print_special_member_method(
2639 bool template_cpp_generator::class_printer::print_type_named_member_method(
2654 bool template_cpp_generator::class_printer::print_member_method_with_name(
2726 void template_cpp_generator::class_printer::print_member_method(
2745 void template_cpp_generator::class_printer::print_any_method(
2765 void template_cpp_generator::class_printer::print_method(const Method &method)
2775 void template_cpp_generator::class_printer::print_method(