Polly 23.0.0git
isl::ast_expr_op Class Reference

#include <cpp.h>

Inheritance diagram for isl::ast_expr_op:
[legend]

Public Member Functions

 ast_expr_op ()
 ast_expr_op (const ast_expr_op &obj)
ast_expr_opoperator= (ast_expr_op obj)
template<class T>
bool isa () const
template<class T>
as () const
isl::ctx ctx () const
isl::ast_expr arg (int pos) const
isl::ast_expr get_arg (int pos) const
unsigned n_arg () const
unsigned get_n_arg () const
 ast_expr_op ()
 ast_expr_op (const ast_expr_op &obj)
ast_expr_opoperator= (ast_expr_op obj)
template<class T>
boolean isa () const
template<class T>
as () const
isl::ctx ctx () const
isl::ast_expr arg (int pos) const
isl::ast_expr get_arg (int pos) const
class size n_arg () const
class size get_n_arg () 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_op (__isl_take isl_ast_expr *ptr)
 ast_expr_op (__isl_take isl_ast_expr *ptr)
Protected Member Functions inherited from isl::checked::ast_expr
 ast_expr (__isl_take isl_ast_expr *ptr)

Private Member Functions

template<typename T, typename = typename std::enable_if<std::is_same< const decltype(isl_ast_expr_op_get_type(NULL)), const T>::value>::type>
bool isa_type (T subtype) const
template<typename T, typename = typename std::enable_if<std::is_same< const decltype(isl_ast_expr_op_get_type(nullptr)), const T>::value>::type>
boolean isa_type (T subtype) const

Static Private Attributes

static const auto type = isl_ast_expr_op

Friends

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ast_expr_op() [1/6]

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

◆ ast_expr_op() [2/6]

isl::ast_expr_op::ast_expr_op ( )
inline

◆ ast_expr_op() [3/6]

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

References ast_expr_op(), and obj.

◆ ast_expr_op() [4/6]

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

◆ ast_expr_op() [5/6]

isl::ast_expr_op::ast_expr_op ( )
inline

◆ ast_expr_op() [6/6]

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

References ast_expr_op(), and obj.

Member Function Documentation

◆ arg() [1/2]

isl::ast_expr isl::ast_expr_op::arg ( int pos) const
inline

References pos().

◆ arg() [2/2]

isl::ast_expr isl::ast_expr_op::arg ( int pos) const
inline

References pos().

◆ as() [1/2]

template<class T>
T isl::ast_expr_op::as ( ) const
inline

◆ as() [2/2]

template<class T>
T isl::ast_expr_op::as ( ) const
inline

◆ ctx() [1/2]

isl::ctx isl::ast_expr_op::ctx ( ) const
inline

◆ ctx() [2/2]

isl::ctx isl::ast_expr_op::ctx ( ) const
inline

◆ get_arg() [1/2]

isl::ast_expr isl::ast_expr_op::get_arg ( int pos) const
inline

References pos().

◆ get_arg() [2/2]

isl::ast_expr isl::ast_expr_op::get_arg ( int pos) const
inline

References pos().

◆ get_n_arg() [1/2]

unsigned isl::ast_expr_op::get_n_arg ( ) const
inline

◆ get_n_arg() [2/2]

class size isl::ast_expr_op::get_n_arg ( ) const
inline

◆ isa() [1/2]

template<class T>
bool isl::ast_expr_op::isa ( ) const
inline

◆ isa() [2/2]

template<class T>
boolean isl::ast_expr_op::isa ( ) const
inline

◆ isa_type() [1/2]

template<typename T, typename = typename std::enable_if<std::is_same< const decltype(isl_ast_expr_op_get_type(NULL)), const T>::value>::type>
bool isl::ast_expr_op::isa_type ( T subtype) const
inlineprivate

◆ isa_type() [2/2]

template<typename T, typename = typename std::enable_if<std::is_same< const decltype(isl_ast_expr_op_get_type(nullptr)), const T>::value>::type>
boolean isl::ast_expr_op::isa_type ( T subtype) const
inlineprivate

◆ n_arg() [1/2]

unsigned isl::ast_expr_op::n_arg ( ) const
inline

◆ n_arg() [2/2]

class size isl::ast_expr_op::n_arg ( ) const
inline

◆ operator=() [1/2]

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

References ast_expr_op(), obj, and type.

◆ operator=() [2/2]

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

References ast_expr_op(), obj, and type.

◆ ast_expr::as [1/2]

◆ ast_expr::as [2/2]

◆ ast_expr::isa [1/2]

◆ 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_op::type = isl_ast_expr_op
staticprivate

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

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


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