Polly 22.0.0git
TupleKindPtr Struct Reference

#include <template_cpp.h>

Inheritance diagram for TupleKindPtr:
[legend]

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)

Detailed Description

Definition at line 20 of file template_cpp.h.

Member Typedef Documentation

◆ Base

using TupleKindPtr::Base = std::shared_ptr<const TupleKind>

Definition at line 21 of file template_cpp.h.

Constructor & Destructor Documentation

◆ TupleKindPtr() [1/5]

TupleKindPtr::TupleKindPtr ( )
default

Referenced by TupleKindPtr().

◆ TupleKindPtr() [2/5]

TupleKindPtr::TupleKindPtr ( Fixed )

Definition at line 116 of file template_cpp.cc.

◆ TupleKindPtr() [3/5]

TupleKindPtr::TupleKindPtr ( Base base)
inline

Definition at line 24 of file template_cpp.h.

◆ TupleKindPtr() [4/5]

TupleKindPtr::TupleKindPtr ( const std::string & name)

Definition at line 169 of file template_cpp.cc.

References name.

◆ TupleKindPtr() [5/5]

TupleKindPtr::TupleKindPtr ( const TupleKindPtr & left,
const TupleKindPtr & right )

Definition at line 258 of file template_cpp.cc.

References TupleKindPtr().


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