Polly 22.0.0git
isl::set_list Class Reference

#include <isl-noexceptions.h>

Public Member Functions

 set_list ()
 set_list (const set_list &obj)
 set_list (isl::ctx ctx, int n)
 set_list (isl::set el)
 set_list (isl::ctx ctx, const std::string &str)
set_listoperator= (set_list obj)
 ~set_list ()
__isl_give isl_set_listcopy () const &
__isl_give isl_set_listcopy () &&=delete
__isl_keep isl_set_listget () const
__isl_give isl_set_listrelease ()
bool is_null () const
isl::ctx ctx () const
isl::set_list add (isl::set el) const
isl::set at (int index) const
isl::set get_at (int index) const
isl::set_list clear () const
isl::set_list concat (isl::set_list list2) const
isl::set_list drop (unsigned int first, unsigned int n) const
stat foreach (const std::function< stat(isl::set)> &fn) const
isl::set_list insert (unsigned int pos, isl::set el) const
class size size () const

Protected Member Functions

 set_list (__isl_take isl_set_list *ptr)

Protected Attributes

isl_set_listptr = nullptr

Friends

set_list manage (__isl_take isl_set_list *ptr)
set_list manage_copy (__isl_keep isl_set_list *ptr)

Detailed Description

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

Constructor & Destructor Documentation

◆ set_list() [1/6]

isl::set_list::set_list ( __isl_take isl_set_list * ptr)
inlineexplicitprotected

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

References __isl_take, isl_set_list, and ptr.

Referenced by copy(), manage, manage_copy, operator=(), isl::basic_set::set_list(), set_list(), and size().

◆ set_list() [2/6]

isl::set_list::set_list ( )
inline

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

References ptr.

◆ set_list() [3/6]

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

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

References obj, ptr, and set_list().

◆ set_list() [4/6]

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

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

References ctx(), n, ptr, and res.

◆ set_list() [5/6]

isl::set_list::set_list ( isl::set el)
inlineexplicit

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

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

◆ set_list() [6/6]

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

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

References ctx(), ptr, res, and str.

◆ ~set_list()

isl::set_list::~set_list ( )
inline

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

References ptr.

Member Function Documentation

◆ add()

isl::set_list isl::set_list::add ( isl::set el) const
inline

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

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

Referenced by copy().

◆ at()

isl::set isl::set_list::at ( int index) const
inline

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

References get(), manage, and res.

Referenced by copy(), and get_at().

◆ clear()

isl::set_list isl::set_list::clear ( ) const
inline

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

References copy(), manage, and res.

Referenced by copy().

◆ concat()

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

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

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

Referenced by copy().

◆ copy() [1/2]

◆ copy() [2/2]

__isl_give isl_set_list * isl::set_list::copy ( ) const &
inline

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

References __isl_give, isl_set_list, and ptr.

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

◆ ctx()

isl::ctx isl::set_list::ctx ( ) const
inline

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

References ptr.

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

◆ drop()

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

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

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

Referenced by copy().

◆ foreach()

stat isl::set_list::foreach ( const std::function< stat(isl::set)> & fn) const
inline

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

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

Referenced by copy().

◆ get()

__isl_keep isl_set_list * isl::set_list::get ( ) const
inline

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

References __isl_keep, isl_set_list, and ptr.

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

◆ get_at()

isl::set isl::set_list::get_at ( int index) const
inline

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

References at().

Referenced by copy().

◆ insert()

isl::set_list isl::set_list::insert ( unsigned int pos,
isl::set el ) const
inline

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

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

Referenced by copy().

◆ is_null()

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

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

References ptr.

Referenced by copy().

◆ operator=()

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

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

References obj, and set_list().

◆ release()

__isl_give isl_set_list * isl::set_list::release ( )
inline

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

References __isl_give, isl_set_list, and ptr.

Referenced by concat(), and copy().

◆ size()

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

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

References get(), isl::size::manage, res, set_list(), and size().

Referenced by copy(), and size().

◆ manage

set_list manage ( __isl_take isl_set_list * ptr)
friend

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

References __isl_take, isl_set_list, ptr, and set_list().

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

◆ manage_copy

set_list manage_copy ( __isl_keep isl_set_list * ptr)
friend

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

References __isl_keep, isl_set_list, ptr, and set_list().

Referenced by copy().

Member Data Documentation

◆ ptr

isl_set_list* isl::set_list::ptr = nullptr
protected

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