Polly 22.0.0git
template_method_type_printer Struct Reference
Inheritance diagram for template_method_type_printer:
[legend]

Public Member Functions

 template_method_type_printer (const Signature &sig, const Kind &class_kind)
virtual std::string class_type (const std::string &cpp_name) const override
Public Member Functions inherited from template_cpp_arg_type_printer
 template_cpp_arg_type_printer (const Signature &sig)
virtual Kind kind (int arg) const override
Public Member Functions inherited from template_cpp_type_printer
 template_cpp_type_printer ()
std::string base (const std::string &type, const Kind &kind) const
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
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

Public Attributes

const Kindclass_kind
Public Attributes inherited from template_cpp_arg_type_printer
const Signaturesig

Detailed Description

Definition at line 1467 of file template_cpp.cc.

Constructor & Destructor Documentation

◆ template_method_type_printer()

template_method_type_printer::template_method_type_printer ( const Signature & sig,
const Kind & class_kind )
inline

Member Function Documentation

◆ class_type()

std::string template_method_type_printer::class_type ( const std::string & cpp_name) const
overridevirtual

Reimplemented from cpp_type_printer.

Definition at line 1483 of file template_cpp.cc.

References template_cpp_type_printer::base(), and class_kind.

Member Data Documentation

◆ class_kind

const Kind& template_method_type_printer::class_kind

Definition at line 1476 of file template_cpp.cc.

Referenced by class_type(), and template_method_type_printer().


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