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

#include <isl-noexceptions.h>

Public Member Functions

 ast_node_list ()
 
 ast_node_list (const ast_node_list &obj)
 
 ast_node_list (isl::ctx ctx, int n)
 
 ast_node_list (isl::ast_node el)
 
ast_node_listoperator= (ast_node_list obj)
 
 ~ast_node_list ()
 
__isl_give isl_ast_node_list * copy () const &
 
__isl_give isl_ast_node_list * copy () &&=delete
 
__isl_keep isl_ast_node_list * get () const
 
__isl_give isl_ast_node_list * release ()
 
bool is_null () const
 
isl::ctx ctx () const
 
isl::ast_node_list add (isl::ast_node el) const
 
isl::ast_node at (int index) const
 
isl::ast_node get_at (int index) const
 
isl::ast_node_list clear () const
 
isl::ast_node_list concat (isl::ast_node_list list2) const
 
isl::ast_node_list drop (unsigned int first, unsigned int n) const
 
stat foreach (const std::function< stat(isl::ast_node)> &fn) const
 
isl::ast_node_list insert (unsigned int pos, isl::ast_node el) const
 
class size size () const
 

Protected Member Functions

 ast_node_list (__isl_take isl_ast_node_list *ptr)
 

Protected Attributes

isl_ast_node_list * ptr = nullptr
 

Friends

ast_node_list manage (__isl_take isl_ast_node_list *ptr)
 
ast_node_list manage_copy (__isl_keep isl_ast_node_list *ptr)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ast_node_list() [1/5]

isl::ast_node_list::ast_node_list ( __isl_take isl_ast_node_list *  ptr)
inlineexplicitprotected

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

◆ ast_node_list() [2/5]

isl::ast_node_list::ast_node_list ( )
inline

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

◆ ast_node_list() [3/5]

isl::ast_node_list::ast_node_list ( const ast_node_list obj)
inline

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

References obj, and ptr.

◆ ast_node_list() [4/5]

isl::ast_node_list::ast_node_list ( isl::ctx  ctx,
int  n 
)
inlineexplicit

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

References n, ptr, isl::ctx::release(), and res.

◆ ast_node_list() [5/5]

isl::ast_node_list::ast_node_list ( isl::ast_node  el)
inlineexplicit

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

References ptr, isl::ast_node::release(), and res.

◆ ~ast_node_list()

isl::ast_node_list::~ast_node_list ( )
inline

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

References ptr.

Member Function Documentation

◆ add()

isl::ast_node_list isl::ast_node_list::add ( isl::ast_node  el) const
inline

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

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

◆ at()

isl::ast_node isl::ast_node_list::at ( int  index) const
inline

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

References get(), manage, and res.

Referenced by get_at().

◆ clear()

isl::ast_node_list isl::ast_node_list::clear ( ) const
inline

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

References copy(), manage, and res.

◆ concat()

isl::ast_node_list isl::ast_node_list::concat ( isl::ast_node_list  list2) const
inline

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

References copy(), manage, release(), and res.

◆ copy() [1/2]

__isl_give isl_ast_node_list * isl::ast_node_list::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_ast_node_list * isl::ast_node_list::copy ( ) const &
inline

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

References ptr.

Referenced by add(), clear(), concat(), drop(), and insert().

◆ ctx()

isl::ctx isl::ast_node_list::ctx ( ) const
inline

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

References ptr.

◆ drop()

isl::ast_node_list isl::ast_node_list::drop ( unsigned int  first,
unsigned int  n 
) const
inline

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

References copy(), manage, n, and res.

◆ foreach()

stat isl::ast_node_list::foreach ( const std::function< stat(isl::ast_node)> &  fn) const
inline

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

References fn, get(), manage, and res.

◆ get()

__isl_keep isl_ast_node_list * isl::ast_node_list::get ( ) const
inline

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

References ptr.

Referenced by at(), foreach(), and size().

◆ get_at()

isl::ast_node isl::ast_node_list::get_at ( int  index) const
inline

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

References at().

◆ insert()

isl::ast_node_list isl::ast_node_list::insert ( unsigned int  pos,
isl::ast_node  el 
) const
inline

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

References copy(), manage, pos(), isl::ast_node::release(), and res.

◆ is_null()

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

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

References ptr.

◆ operator=()

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

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

References obj.

◆ release()

__isl_give isl_ast_node_list * isl::ast_node_list::release ( )
inline

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

References ptr.

Referenced by concat().

◆ size()

class size isl::ast_node_list::size ( ) const
inline

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

References get(), manage, and res.

Friends And Related Function Documentation

◆ manage

ast_node_list manage ( __isl_take isl_ast_node_list *  ptr)
friend

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

Referenced by add(), at(), clear(), concat(), drop(), foreach(), insert(), and size().

◆ manage_copy

ast_node_list manage_copy ( __isl_keep isl_ast_node_list *  ptr)
friend

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

Member Data Documentation

◆ ptr

isl_ast_node_list* isl::ast_node_list::ptr = nullptr
protected

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

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


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