Polly 23.0.0git
isl::ast_expr_op_call Class Reference

#include <cpp.h>

Inheritance diagram for isl::ast_expr_op_call:
[legend]

Public Member Functions

 ast_expr_op_call ()
 ast_expr_op_call (const ast_expr_op_call &obj)
ast_expr_op_calloperator= (ast_expr_op_call obj)
isl::ctx ctx () const
 ast_expr_op_call ()
 ast_expr_op_call (const ast_expr_op_call &obj)
ast_expr_op_calloperator= (ast_expr_op_call obj)
isl::ctx ctx () const
Public Member Functions inherited from isl::checked::ast_expr_op
 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::checked::ctx ctx () const
isl::checked::ast_expr arg (int pos) const
isl::checked::ast_expr get_arg (int pos) const
class size n_arg () const
class size get_n_arg () const
template<typename T, typename>
bool isa_type (T subtype) const
template<class T>
bool isa () 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_call (__isl_take isl_ast_expr *ptr)
 ast_expr_op_call (__isl_take isl_ast_expr *ptr)
Protected Member Functions inherited from isl::checked::ast_expr_op
 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)

Static Private Attributes

static const auto type = isl_ast_expr_op_call

Friends

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

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ast_expr_op_call() [1/6]

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

◆ ast_expr_op_call() [2/6]

isl::ast_expr_op_call::ast_expr_op_call ( )
inline

◆ ast_expr_op_call() [3/6]

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

References ast_expr_op_call(), and obj.

◆ ast_expr_op_call() [4/6]

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

◆ ast_expr_op_call() [5/6]

isl::ast_expr_op_call::ast_expr_op_call ( )
inline

◆ ast_expr_op_call() [6/6]

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

References ast_expr_op_call(), and obj.

Member Function Documentation

◆ ctx() [1/2]

isl::ctx isl::ast_expr_op_call::ctx ( ) const
inline

◆ ctx() [2/2]

isl::ctx isl::ast_expr_op_call::ctx ( ) const
inline

◆ operator=() [1/2]

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

References ast_expr_op_call(), and obj.

◆ operator=() [2/2]

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

References ast_expr_op_call(), and obj.

◆ ast_expr_op::as [1/2]

◆ ast_expr_op::as [2/2]

◆ ast_expr_op::isa [1/2]

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

◆ ast_expr_op::isa [2/2]

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

Member Data Documentation

◆ type

const auto isl::ast_expr_op_call::type = isl_ast_expr_op_call
staticprivate

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

Referenced by ast_expr_op::as.


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