Polly 20.0.0git
|
Public Member Functions | |
specialization_printer (std::ostream &os, template_cpp_generator &generator) | |
virtual void | print_class (const specialization &instance) const =0 |
void | print_classes () const |
Public Attributes | |
std::ostream & | os |
template_cpp_generator & | generator |
Definition at line 1268 of file template_cpp.cc.
|
inline |
Definition at line 1269 of file template_cpp.cc.
|
pure virtual |
Implemented in template_cpp_generator::class_decl_printer, and template_cpp_generator::class_impl_printer.
Referenced by print_classes().
void specialization_printer::print_classes | ( | ) | const |
Definition at line 1292 of file template_cpp.cc.
References template_class::class_tuples, and print_class().
Referenced by template_cpp_generator::generate().
template_cpp_generator& specialization_printer::generator |
Definition at line 1277 of file template_cpp.cc.
std::ostream& specialization_printer::os |
Definition at line 1276 of file template_cpp.cc.