Polly 22.0.0git
isl::ast_expr_id Class Reference

#include <isl-noexceptions.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
Public Member Functions inherited from isl::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::ctx ctx () const
isl::ast_expr add (isl::ast_expr expr2) const
isl::ast_expr address_of () const
isl::ast_expr eq (isl::ast_expr expr2) const
isl::id id () const
isl::id get_id () const
isl::ast_expr le (isl::ast_expr expr2) const
isl::ast_expr mul (isl::ast_expr expr2) const
isl::ast_expr op_arg (int pos) const
isl::ast_expr get_op_arg (int pos) const
std::string to_C_str () const
isl::val val () const
isl::val get_val () const

Protected Member Functions

 ast_expr_id (__isl_take isl_ast_expr *ptr)
Protected Member Functions inherited from isl::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>
boolean ast_expr::isa () const
ast_expr_id ast_expr::as () const

Additional Inherited Members

Static Public Member Functions inherited from isl::ast_expr
static isl::ast_expr from_val (isl::val v)
Protected Attributes inherited from isl::ast_expr
isl_ast_exprptr = nullptr

Detailed Description

Definition at line 656 of file isl-noexceptions.h.

Constructor & Destructor Documentation

◆ ast_expr_id() [1/3]

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

Definition at line 6318 of file isl-noexceptions.h.

References __isl_take, isl::ast_expr::ast_expr(), and isl::ast_expr::ptr.

Referenced by ast_expr::as, ast_expr_id(), and operator=().

◆ ast_expr_id() [2/3]

isl::ast_expr_id::ast_expr_id ( )
inline

Definition at line 6310 of file isl-noexceptions.h.

References isl::ast_expr::ast_expr().

◆ ast_expr_id() [3/3]

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

Definition at line 6313 of file isl-noexceptions.h.

References isl::ast_expr::ast_expr(), ast_expr_id(), and obj.

Member Function Documentation

◆ ctx()

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

Definition at line 6326 of file isl-noexceptions.h.

References isl_ast_expr_get_ctx(), and isl::ast_expr::ptr.

◆ get_id()

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

Definition at line 6336 of file isl-noexceptions.h.

References id().

◆ id()

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

Definition at line 6330 of file isl-noexceptions.h.

References isl::ast_expr::get(), isl_ast_expr_id_get_id(), isl::ast_expr::manage, and res.

Referenced by get_id().

◆ operator=()

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

Definition at line 6321 of file isl-noexceptions.h.

References ast_expr_id(), and obj.

◆ ast_expr::as

ast_expr_id ast_expr::as ( ) const
friend

◆ ast_expr::isa

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 660 of file isl-noexceptions.h.


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