Polly 20.0.0git
|
#include <template_cpp.h>
Public Types | |
using | Base = std::shared_ptr< const TupleKind > |
Public Member Functions | |
TupleKindPtr ()=default | |
TupleKindPtr (Fixed) | |
TupleKindPtr (Base base) | |
TupleKindPtr (const std::string &name) | |
TupleKindPtr (const TupleKindPtr &left, const TupleKindPtr &right) | |
Definition at line 20 of file template_cpp.h.
using TupleKindPtr::Base = std::shared_ptr<const TupleKind> |
Definition at line 21 of file template_cpp.h.
|
default |
TupleKindPtr::TupleKindPtr | ( | Fixed | ) |
Definition at line 116 of file template_cpp.cc.
|
inline |
Definition at line 24 of file template_cpp.h.
TupleKindPtr::TupleKindPtr | ( | const std::string & | name | ) |
Definition at line 169 of file template_cpp.cc.
TupleKindPtr::TupleKindPtr | ( | const TupleKindPtr & | left, |
const TupleKindPtr & | right | ||
) |
Definition at line 258 of file template_cpp.cc.