Polly 23.0.0git
isl::ast_expr_id Class Reference

#include <cpp.h>

Inheritance diagram for isl::ast_expr_id:
[legend]

Public Member Functions

 ast_expr_id ()
 ast_expr_id (const ast_expr_id &obj)
ast_expr_idoperator= (ast_expr_id obj)
isl::ctx ctx () const
isl::id id () const
isl::id get_id () const
 ast_expr_id ()
 ast_expr_id (const ast_expr_id &obj)
ast_expr_idoperator= (ast_expr_id obj)
isl::ctx ctx () const
isl::id id () const
isl::id get_id () const
Public Member Functions inherited from isl::checked::ast_expr
 ast_expr ()
 ast_expr (const ast_expr &obj)
ast_exproperator= (ast_expr obj)
 ~ast_expr ()
__isl_give isl_ast_exprcopy () const &
__isl_give isl_ast_exprcopy () &&=delete
__isl_keep isl_ast_exprget () const
__isl_give isl_ast_exprrelease ()
bool is_null () const
template<class T>
boolean isa () const
template<class T>
as () const
isl::checked::ctx ctx () const
std::string to_C_str () const
template<typename T, typename>
bool isa_type (T subtype) const
template<class T>
bool isa () const

Protected Member Functions

 ast_expr_id (__isl_take isl_ast_expr *ptr)
 ast_expr_id (__isl_take isl_ast_expr *ptr)
Protected Member Functions inherited from isl::checked::ast_expr
 ast_expr (__isl_take isl_ast_expr *ptr)

Static Private Attributes

static const auto type = isl_ast_expr_id

Friends

template<class T>
bool ast_expr::isa () const
ast_expr_id ast_expr::as () const
template<class T>
boolean ast_expr::isa () const
ast_expr_id ast_expr::as () const

Additional Inherited Members

Protected Attributes inherited from isl::checked::ast_expr
isl_ast_exprptr = nullptr

Detailed Description

Definition at line 697 of file include/isl/cpp.h.

Constructor & Destructor Documentation

◆ ast_expr_id() [1/6]

isl::ast_expr_id::ast_expr_id ( __isl_take isl_ast_expr * ptr)
inlineexplicitprotected

◆ ast_expr_id() [2/6]

isl::ast_expr_id::ast_expr_id ( )
inline

◆ ast_expr_id() [3/6]

isl::ast_expr_id::ast_expr_id ( const ast_expr_id & obj)
inline

References ast_expr_id(), and obj.

◆ ast_expr_id() [4/6]

isl::ast_expr_id::ast_expr_id ( __isl_take isl_ast_expr * ptr)
inlineexplicitprotected

◆ ast_expr_id() [5/6]

isl::ast_expr_id::ast_expr_id ( )
inline

◆ ast_expr_id() [6/6]

isl::ast_expr_id::ast_expr_id ( const ast_expr_id & obj)
inline

References ast_expr_id(), and obj.

Member Function Documentation

◆ ctx() [1/2]

isl::ctx isl::ast_expr_id::ctx ( ) const
inline

◆ ctx() [2/2]

isl::ctx isl::ast_expr_id::ctx ( ) const
inline

◆ get_id() [1/2]

isl::id isl::ast_expr_id::get_id ( ) const
inline

◆ get_id() [2/2]

isl::id isl::ast_expr_id::get_id ( ) const
inline

◆ id() [1/2]

isl::id isl::ast_expr_id::id ( ) const
inline

◆ id() [2/2]

isl::id isl::ast_expr_id::id ( ) const
inline

◆ operator=() [1/2]

ast_expr_id & isl::ast_expr_id::operator= ( ast_expr_id obj)
inline

References ast_expr_id(), and obj.

◆ operator=() [2/2]

ast_expr_id & isl::ast_expr_id::operator= ( ast_expr_id obj)
inline

References ast_expr_id(), and obj.

◆ ast_expr::as [1/2]

ast_expr_id ast_expr::as ( ) const
friend

◆ ast_expr::as [2/2]

◆ ast_expr::isa [1/2]

template<class T>
bool ast_expr::isa ( ) const
friend

References isl::ast_expr::isa().

◆ ast_expr::isa [2/2]

template<class T>
boolean ast_expr::isa ( ) const
friend

References isl::ast_expr::isa().

Member Data Documentation

◆ type

const auto isl::ast_expr_id::type = isl_ast_expr_id
staticprivate

Definition at line 701 of file include/isl/cpp.h.

Referenced by ast_expr::as.


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