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

#include <isl-noexceptions.h>

Public Member Functions

 union_set_list ()
 
 union_set_list (const union_set_list &obj)
 
 union_set_list (isl::ctx ctx, int n)
 
 union_set_list (isl::union_set el)
 
 union_set_list (isl::ctx ctx, const std::string &str)
 
union_set_listoperator= (union_set_list obj)
 
 ~union_set_list ()
 
__isl_give isl_union_set_listcopy () const &
 
__isl_give isl_union_set_listcopy () &&=delete
 
__isl_keep isl_union_set_listget () const
 
__isl_give isl_union_set_listrelease ()
 
bool is_null () const
 
isl::ctx ctx () const
 
isl::union_set_list add (isl::union_set el) const
 
isl::union_set at (int index) const
 
isl::union_set get_at (int index) const
 
isl::union_set_list clear () const
 
isl::union_set_list concat (isl::union_set_list list2) const
 
isl::union_set_list drop (unsigned int first, unsigned int n) const
 
stat foreach (const std::function< stat(isl::union_set)> &fn) const
 
isl::union_set_list insert (unsigned int pos, isl::union_set el) const
 
class size size () const
 

Protected Member Functions

 union_set_list (__isl_take isl_union_set_list *ptr)
 

Protected Attributes

isl_union_set_listptr = nullptr
 

Friends

union_set_list manage (__isl_take isl_union_set_list *ptr)
 
union_set_list manage_copy (__isl_keep isl_union_set_list *ptr)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ union_set_list() [1/6]

isl::union_set_list::union_set_list ( __isl_take isl_union_set_list ptr)
inlineexplicitprotected

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

◆ union_set_list() [2/6]

isl::union_set_list::union_set_list ( )
inline

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

◆ union_set_list() [3/6]

isl::union_set_list::union_set_list ( const union_set_list obj)
inline

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

References obj, and ptr.

◆ union_set_list() [4/6]

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

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

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

◆ union_set_list() [5/6]

isl::union_set_list::union_set_list ( isl::union_set  el)
inlineexplicit

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

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

◆ union_set_list() [6/6]

isl::union_set_list::union_set_list ( isl::ctx  ctx,
const std::string &  str 
)
inlineexplicit

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

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

◆ ~union_set_list()

isl::union_set_list::~union_set_list ( )
inline

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

References ptr.

Member Function Documentation

◆ add()

isl::union_set_list isl::union_set_list::add ( isl::union_set  el) const
inline

◆ at()

isl::union_set isl::union_set_list::at ( int  index) const
inline

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

References get(), manage, and res.

Referenced by get_at().

◆ clear()

isl::union_set_list isl::union_set_list::clear ( ) const
inline

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

References copy(), manage, and res.

◆ concat()

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

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

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

◆ copy() [1/2]

__isl_give isl_union_set_list * isl::union_set_list::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_union_set_list * isl::union_set_list::copy ( ) const &
inline

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

References ptr.

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

◆ ctx()

isl::ctx isl::union_set_list::ctx ( ) const
inline

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

References ptr.

◆ drop()

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

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

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

◆ foreach()

stat isl::union_set_list::foreach ( const std::function< stat(isl::union_set)> &  fn) const
inline

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

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

◆ get()

__isl_keep isl_union_set_list * isl::union_set_list::get ( ) const
inline

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

References ptr.

Referenced by at(), and foreach().

◆ get_at()

isl::union_set isl::union_set_list::get_at ( int  index) const
inline

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

References at().

◆ insert()

isl::union_set_list isl::union_set_list::insert ( unsigned int  pos,
isl::union_set  el 
) const
inline

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

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

◆ is_null()

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

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

References ptr.

◆ operator=()

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

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

References obj.

◆ release()

__isl_give isl_union_set_list * isl::union_set_list::release ( )
inline

◆ size()

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

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

References isl::size::manage, and res.

Friends And Related Function Documentation

◆ manage

union_set_list manage ( __isl_take isl_union_set_list ptr)
friend

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

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

◆ manage_copy

union_set_list manage_copy ( __isl_keep isl_union_set_list ptr)
friend

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

Member Data Documentation

◆ ptr

isl_union_set_list* isl::union_set_list::ptr = nullptr
protected

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

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


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