Polly 22.0.0git
template_cpp_type_printer Struct Referenceabstract
Inheritance diagram for template_cpp_type_printer:
[legend]

Public Member Functions

 template_cpp_type_printer ()
std::string base (const std::string &type, const Kind &kind) const
virtual Kind kind (int arg) const =0
virtual std::string qualified (int arg, const std::string &cpp_type) const override
Public Member Functions inherited from cpp_type_printer
 cpp_type_printer ()
virtual std::string isl_bool () const
virtual std::string isl_stat () const
virtual std::string isl_size () const
virtual std::string isl_namespace () const
virtual std::string class_type (const std::string &cpp_name) const
std::string isl_type (int arg, QualType type) const
std::string generate_callback_args (int arg, QualType type, bool cpp) const
std::string generate_callback_type (int arg, QualType type) const
std::string param (int arg, QualType type) const
std::string return_type (const Method &method) const

Detailed Description

Definition at line 1371 of file template_cpp.cc.

Constructor & Destructor Documentation

◆ template_cpp_type_printer()

template_cpp_type_printer::template_cpp_type_printer ( )
inline

Member Function Documentation

◆ base()

std::string template_cpp_type_printer::base ( const std::string & type,
const Kind & kind ) const

Definition at line 1383 of file template_cpp.cc.

References kind(), print_bare_template_type(), and type.

Referenced by template_method_type_printer::class_type(), and qualified().

◆ kind()

virtual Kind template_cpp_type_printer::kind ( int arg) const
pure virtual

Implemented in template_cpp_arg_type_printer, and template_cpp_kind_type_printer.

References arg, and qualified().

Referenced by base(), and qualified().

◆ qualified()

std::string template_cpp_type_printer::qualified ( int arg,
const std::string & cpp_type ) const
overridevirtual

Reimplemented from cpp_type_printer.

Definition at line 1401 of file template_cpp.cc.

References arg, base(), kind(), and cpp_type_printer::qualified().

Referenced by kind().


The documentation for this struct was generated from the following file: