Polly 19.0.0git
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
isl::id_to_ast_expr Class Reference

#include <isl-noexceptions.h>

Public Member Functions

 id_to_ast_expr ()
 
 id_to_ast_expr (const id_to_ast_expr &obj)
 
id_to_ast_exproperator= (id_to_ast_expr obj)
 
 ~id_to_ast_expr ()
 
__isl_give isl_id_to_ast_expr * copy () const &
 
__isl_give isl_id_to_ast_expr * copy () &&=delete
 
__isl_keep isl_id_to_ast_expr * get () const
 
__isl_give isl_id_to_ast_expr * release ()
 
bool is_null () const
 
isl::ctx ctx () const
 
isl::id_to_ast_expr set (isl::id key, isl::ast_expr val) const
 
isl::id_to_ast_expr set (const std::string &key, const isl::ast_expr &val) const
 

Static Public Member Functions

static isl::id_to_ast_expr alloc (isl::ctx ctx, int min_size)
 

Protected Member Functions

 id_to_ast_expr (__isl_take isl_id_to_ast_expr *ptr)
 

Protected Attributes

isl_id_to_ast_expr * ptr = nullptr
 

Friends

id_to_ast_expr manage (__isl_take isl_id_to_ast_expr *ptr)
 
id_to_ast_expr manage_copy (__isl_keep isl_id_to_ast_expr *ptr)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ id_to_ast_expr() [1/3]

isl::id_to_ast_expr::id_to_ast_expr ( __isl_take isl_id_to_ast_expr *  ptr)
inlineexplicitprotected

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

◆ id_to_ast_expr() [2/3]

isl::id_to_ast_expr::id_to_ast_expr ( )
inline

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

◆ id_to_ast_expr() [3/3]

isl::id_to_ast_expr::id_to_ast_expr ( const id_to_ast_expr obj)
inline

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

References obj, and ptr.

◆ ~id_to_ast_expr()

isl::id_to_ast_expr::~id_to_ast_expr ( )
inline

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

References ptr.

Member Function Documentation

◆ alloc()

isl::id_to_ast_expr isl::id_to_ast_expr::alloc ( isl::ctx  ctx,
int  min_size 
)
inlinestatic

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

References manage, min_size, isl::ctx::release(), and res.

Referenced by polly::IslNodeBuilder::createNewAccesses().

◆ copy() [1/2]

__isl_give isl_id_to_ast_expr * isl::id_to_ast_expr::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_id_to_ast_expr * isl::id_to_ast_expr::copy ( ) const &
inline

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

References ptr.

Referenced by set().

◆ ctx()

isl::ctx isl::id_to_ast_expr::ctx ( ) const
inline

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

References ptr.

Referenced by set().

◆ get()

__isl_keep isl_id_to_ast_expr * isl::id_to_ast_expr::get ( ) const
inline

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

References ptr.

◆ is_null()

bool isl::id_to_ast_expr::is_null ( ) const
inline

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

References ptr.

◆ operator=()

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

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

References obj.

◆ release()

__isl_give isl_id_to_ast_expr * isl::id_to_ast_expr::release ( )
inline

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

References ptr.

Referenced by polly::IslNodeBuilder::createNewAccesses().

◆ set() [1/2]

isl::id_to_ast_expr isl::id_to_ast_expr::set ( const std::string &  key,
const isl::ast_expr val 
) const
inline

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

References ctx(), and key.

◆ set() [2/2]

isl::id_to_ast_expr isl::id_to_ast_expr::set ( isl::id  key,
isl::ast_expr  val 
) const
inline

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

References copy(), key, manage, isl::val::release(), and res.

Referenced by polly::IslNodeBuilder::createNewAccesses().

Friends And Related Function Documentation

◆ manage

id_to_ast_expr manage ( __isl_take isl_id_to_ast_expr *  ptr)
friend

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

Referenced by alloc(), and set().

◆ manage_copy

id_to_ast_expr manage_copy ( __isl_keep isl_id_to_ast_expr *  ptr)
friend

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

Member Data Documentation

◆ ptr

isl_id_to_ast_expr* isl::id_to_ast_expr::ptr = nullptr
protected

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

Referenced by copy(), ctx(), get(), id_to_ast_expr(), is_null(), release(), and ~id_to_ast_expr().


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