Polly 20.0.0git
|
#include <template_cpp.h>
Public Member Functions | |
TupleKind (const std::string &name) | |
virtual std::string | to_string () const |
virtual std::vector< std::string > | params () const |
virtual TupleKindPtr | apply (const Substitution &subs, const TupleKindPtr &self) const |
virtual TupleKindPtr | left () const |
virtual TupleKindPtr | right () const |
Public Attributes | |
const std::string | name |
Definition at line 40 of file template_cpp.h.
|
inline |
Definition at line 41 of file template_cpp.h.
|
virtual |
|
virtual |
Reimplemented in Pair.
Definition at line 91 of file template_cpp.cc.
|
virtual |
Reimplemented in ProperTupleKind, and Pair.
Definition at line 60 of file template_cpp.cc.
|
virtual |
Reimplemented in Pair.
Definition at line 100 of file template_cpp.cc.
|
virtual |
const std::string TupleKind::name |
Definition at line 50 of file template_cpp.h.
Referenced by apply(), ProperTupleKind::params(), and to_string().