Polly 20.0.0git
|
Public Member Functions | |
const std::string & | base_name () const |
const std::string & | class_name () const |
Public Attributes | |
struct template_class & | template_class |
Kind | kind |
Definition at line 1239 of file template_cpp.cc.
const std::string & specialization::base_name | ( | ) | const |
Definition at line 1250 of file template_cpp.cc.
References template_class::super_name.
Referenced by template_cpp_generator::class_decl_printer::print_arg_subclass_constructor(), template_cpp_generator::class_decl_printer::print_class(), and template_cpp_generator::class_decl_printer::print_super_constructor().
const std::string & specialization::class_name | ( | ) | const |
Definition at line 1257 of file template_cpp.cc.
References template_class::class_name.
Referenced by template_cpp_generator::class_decl_printer::print_arg_subclass_constructor(), template_cpp_generator::class_decl_printer::print_class(), and template_cpp_generator::class_decl_printer::print_super_constructor().
Kind specialization::kind |
struct template_class& specialization::template_class |
Definition at line 1240 of file template_cpp.cc.