Polly 23.0.0git
isl::checked::set_list Class Reference

#include <cpp-checked.h>

Inheritance diagram for isl::checked::set_list:
[legend]

Public Member Functions

 set_list ()
 set_list (const set_list &obj)
 set_list (isl::checked::ctx ctx, int n)
 set_list (isl::checked::set el)
 set_list (isl::checked::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::checked::ctx ctx () const
isl::checked::set_list add (isl::checked::set el) const
isl::checked::set at (int index) const
isl::checked::set get_at (int index) const
isl::checked::set_list clear () const
isl::checked::set_list concat (isl::checked::set_list list2) const
isl::checked::set_list drop (unsigned int first, unsigned int n) const
stat foreach (const std::function< stat(isl::checked::set)> &fn) const
stat foreach_scc (const std::function< boolean(isl::checked::set, isl::checked::set)> &follows, const std::function< stat(isl::checked::set_list)> &fn) const
isl::checked::set_list insert (unsigned int pos, isl::checked::set el) const
isl::checked::set_list set_at (int index, isl::checked::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 3734 of file cpp-checked.h.

Constructor & Destructor Documentation

◆ set_list() [1/6]

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

Definition at line 17646 of file cpp-checked.h.

References __isl_take, isl_set_list, and ptr.

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

◆ set_list() [2/6]

isl::set_list::set_list ( )
inline

Definition at line 17649 of file cpp-checked.h.

References ptr.

◆ set_list() [3/6]

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

Definition at line 17652 of file cpp-checked.h.

References obj, ptr, and set_list().

◆ set_list() [4/6]

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

Definition at line 17658 of file cpp-checked.h.

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

◆ set_list() [5/6]

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

Definition at line 17664 of file cpp-checked.h.

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

◆ set_list() [6/6]

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

Definition at line 17670 of file cpp-checked.h.

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

◆ ~set_list()

isl::set_list::~set_list ( )
inline

Definition at line 17681 of file cpp-checked.h.

References ptr.

Member Function Documentation

◆ add()

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

Definition at line 17708 of file cpp-checked.h.

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

Referenced by copy().

◆ at()

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

Definition at line 17714 of file cpp-checked.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 17725 of file cpp-checked.h.

References copy(), manage, and res.

Referenced by copy().

◆ concat()

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

Definition at line 17731 of file cpp-checked.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 17686 of file cpp-checked.h.

References __isl_give, isl_set_list, and ptr.

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

◆ ctx()

◆ drop()

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

Definition at line 17737 of file cpp-checked.h.

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

Referenced by copy().

◆ foreach()

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

Definition at line 17743 of file cpp-checked.h.

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

Referenced by copy().

◆ foreach_scc()

stat isl::checked::set_list::foreach_scc ( const std::function< boolean(isl::checked::set, isl::checked::set)> & follows,
const std::function< stat(isl::checked::set_list)> & fn ) const
inline

Definition at line 17757 of file cpp-checked.h.

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

Referenced by copy().

◆ get()

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

Definition at line 17690 of file cpp-checked.h.

References __isl_keep, isl_set_list, and ptr.

Referenced by at(), copy(), foreach(), isl::set_list::foreach(), foreach_scc(), and size().

◆ get_at()

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

Definition at line 17720 of file cpp-checked.h.

References at().

Referenced by copy().

◆ insert()

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

Definition at line 17779 of file cpp-checked.h.

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

Referenced by copy().

◆ is_null()

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

Definition at line 17700 of file cpp-checked.h.

References ptr.

Referenced by copy().

◆ operator=()

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

Definition at line 17676 of file cpp-checked.h.

References obj, and set_list().

◆ release()

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

Definition at line 17694 of file cpp-checked.h.

References __isl_give, isl_set_list, and ptr.

Referenced by concat(), and copy().

◆ set_at()

isl::set_list isl::set_list::set_at ( int index,
isl::checked::set el ) const
inline

Definition at line 17785 of file cpp-checked.h.

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

Referenced by copy().

◆ size()

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

Definition at line 17791 of file cpp-checked.h.

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

Referenced by copy(), and size().

◆ manage

◆ manage_copy

set_list manage_copy ( __isl_keep isl_set_list * ptr)
friend

Definition at line 17641 of file cpp-checked.h.

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

Referenced by copy(), and foreach_scc().

Member Data Documentation

◆ ptr

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

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