Polly 22.0.0git
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.

References __isl_take, isl_union_set_list, and ptr.

Referenced by copy(), manage, manage_copy, operator=(), size(), and union_set_list().

◆ union_set_list() [2/6]

isl::union_set_list::union_set_list ( )
inline

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

References ptr.

◆ 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, ptr, and union_set_list().

◆ 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 ctx(), n, ptr, 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 ctx(), ptr, 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 copy(), and 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.

Referenced by copy().

◆ 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.

Referenced by copy().

◆ copy() [1/2]

◆ 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 __isl_give, isl_union_set_list, and ptr.

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

◆ ctx()

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

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

References ptr.

Referenced by copy(), union_set_list(), and union_set_list().

◆ 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.

Referenced by copy().

◆ 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(), isl_union_set, manage, and res.

Referenced by copy().

◆ get()

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

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

References __isl_keep, isl_union_set_list, and ptr.

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

◆ 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().

Referenced by copy().

◆ 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.

Referenced by copy().

◆ is_null()

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

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

References ptr.

Referenced by copy().

◆ 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, and union_set_list().

◆ 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 get(), isl::size::manage, res, size(), and union_set_list().

Referenced by copy(), and size().

◆ manage

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

References __isl_take, isl_union_set_list, ptr, and union_set_list().

Referenced by add(), at(), clear(), concat(), copy(), 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.

References __isl_keep, isl_union_set_list, ptr, and union_set_list().

Referenced by copy().

Member Data Documentation

◆ ptr


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