Polly 23.0.0git
isl::set_list Class Reference

#include <cpp.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
void foreach (const std::function< void(isl::set)> &fn) const
void foreach_scc (const std::function< bool(isl::set, isl::set)> &follows, const std::function< void(isl::set_list)> &fn) const
isl::set_list insert (unsigned int pos, isl::set el) const
isl::set_list set_at (int index, isl::set el) const
unsigned size () const
 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)
 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)
set_list manage (__isl_take isl_set_list *ptr)
set_list manage_copy (__isl_keep isl_set_list *ptr)

Detailed Description

Definition at line 3800 of file include/isl/cpp.h.

Constructor & Destructor Documentation

◆ set_list() [1/12]

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

◆ set_list() [2/12]

isl::set_list::set_list ( )
inline

◆ set_list() [3/12]

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

References obj, and set_list().

◆ set_list() [4/12]

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

References ctx(), and n.

◆ set_list() [5/12]

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

◆ set_list() [6/12]

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

References ctx(), and str.

◆ ~set_list() [1/2]

isl::set_list::~set_list ( )
inline

◆ set_list() [7/12]

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

References __isl_take, isl_set_list, and ptr.

◆ set_list() [8/12]

isl::set_list::set_list ( )
inline

◆ set_list() [9/12]

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

References obj, and set_list().

◆ set_list() [10/12]

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

References ctx(), and n.

◆ set_list() [11/12]

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

◆ set_list() [12/12]

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

References ctx(), and str.

◆ ~set_list() [2/2]

isl::set_list::~set_list ( )
inline

Member Function Documentation

◆ add() [1/2]

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

References add(), and set_list().

Referenced by add().

◆ add() [2/2]

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

References add(), and set_list().

◆ at() [1/2]

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

References at().

Referenced by at().

◆ at() [2/2]

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

References at().

◆ clear() [1/2]

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

References clear(), and set_list().

Referenced by clear().

◆ clear() [2/2]

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

References clear(), and set_list().

◆ concat() [1/2]

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

References concat(), and set_list().

Referenced by concat().

◆ concat() [2/2]

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

References concat(), and set_list().

◆ copy() [1/4]

__isl_give isl_set_list * isl::set_list::copy ( ) &&
inlinedelete

References __isl_give, copy(), and isl_set_list.

◆ copy() [2/4]

__isl_give isl_set_list * isl::set_list::copy ( ) &&
inlinedelete

References __isl_give, copy(), and isl_set_list.

◆ copy() [3/4]

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

References __isl_give, and isl_set_list.

Referenced by copy().

◆ copy() [4/4]

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

References __isl_give, and isl_set_list.

◆ ctx() [1/2]

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

References ctx().

Referenced by ctx(), foreach(), foreach_scc(), set_list(), and set_list().

◆ ctx() [2/2]

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

References ctx().

◆ drop() [1/2]

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

References drop(), fn, foreach(), foreach_scc(), n, and set_list().

Referenced by drop().

◆ drop() [2/2]

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

References drop(), fn, foreach(), n, and set_list().

◆ foreach() [1/2]

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

◆ foreach() [2/2]

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

◆ foreach_scc()

void isl::set_list::foreach_scc ( const std::function< bool(isl::set, isl::set)> & follows,
const std::function< void(isl::set_list)> & fn ) const
inline

◆ get() [1/2]

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

References __isl_keep, get(), and isl_set_list.

Referenced by foreach(), foreach_scc(), and get().

◆ get() [2/2]

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

References __isl_keep, get(), and isl_set_list.

◆ get_at() [1/2]

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

References get_at().

Referenced by get_at().

◆ get_at() [2/2]

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

References get_at().

◆ insert() [1/2]

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

References insert(), pos(), and set_list().

Referenced by insert().

◆ insert() [2/2]

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

References insert(), pos(), and set_list().

◆ is_null() [1/2]

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

References is_null().

Referenced by is_null().

◆ is_null() [2/2]

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

References is_null().

◆ operator=() [1/2]

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

References obj, and set_list().

◆ operator=() [2/2]

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

References obj, and set_list().

◆ release() [1/2]

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

References __isl_give, isl_set_list, and release().

Referenced by release().

◆ release() [2/2]

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

References __isl_give, isl_set_list, and release().

◆ set_at()

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

References set_at(), and set_list().

Referenced by set_at().

◆ size() [1/2]

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

References __isl_keep, __isl_take, manage, manage_copy, ptr, and size().

Referenced by size().

◆ size() [2/2]

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

◆ manage [1/2]

set_list manage ( __isl_take isl_set_list * ptr)
friend

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

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

◆ manage [2/2]

set_list manage ( __isl_take isl_set_list * ptr)
friend

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

◆ manage_copy [1/2]

set_list manage_copy ( __isl_keep isl_set_list * ptr)
friend

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

Referenced by foreach_scc(), and size().

◆ manage_copy [2/2]

set_list manage_copy ( __isl_keep isl_set_list * ptr)
friend

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

Member Data Documentation

◆ ptr

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

Definition at line 3805 of file include/isl/cpp.h.

Referenced by foreach(), foreach_scc(), set_list(), and size().


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