Polly 22.0.0git
|
#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_list & | operator= (set_list obj) |
~set_list () | |
__isl_give isl_set_list * | copy () const & |
__isl_give isl_set_list * | copy () &&=delete |
__isl_keep isl_set_list * | get () const |
__isl_give isl_set_list * | release () |
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_list * | ptr = nullptr |
Friends | |
set_list | manage (__isl_take isl_set_list *ptr) |
set_list | manage_copy (__isl_keep isl_set_list *ptr) |
Definition at line 4062 of file isl-noexceptions.h.
|
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().
|
inline |
Definition at line 19421 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 19424 of file isl-noexceptions.h.
References obj, ptr, and set_list().
|
inlineexplicit |
|
inlineexplicit |
Definition at line 19439 of file isl-noexceptions.h.
References ptr, isl::set::release(), and res.
|
inlineexplicit |
|
inline |
Definition at line 19456 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 19483 of file isl-noexceptions.h.
References copy(), manage, isl::set::release(), and res.
Referenced by copy().
|
inline |
|
inline |
|
inline |
|
inlinedelete |
References __isl_give, __isl_keep, __isl_take, add(), at(), clear(), concat(), copy(), ctx(), drop(), fn, foreach(), function, get(), get_at(), insert(), is_null(), isl_set_list, manage, manage_copy, n, pos(), ptr, release(), set_list(), and size().
|
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().
|
inline |
Definition at line 19479 of file isl-noexceptions.h.
References ptr.
Referenced by copy(), set_list(), and set_list().
|
inline |
|
inline |
Definition at line 19465 of file isl-noexceptions.h.
References __isl_keep, isl_set_list, and ptr.
|
inline |
|
inline |
Definition at line 19532 of file isl-noexceptions.h.
References copy(), manage, pos(), isl::set::release(), and res.
Referenced by copy().
|
inline |
Definition at line 19451 of file isl-noexceptions.h.
References obj, and set_list().
|
inline |
Definition at line 19469 of file isl-noexceptions.h.
References __isl_give, isl_set_list, and ptr.
|
inline |
Definition at line 19538 of file isl-noexceptions.h.
References get(), isl::size::manage, res, set_list(), and size().
|
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().
|
friend |
Definition at line 19416 of file isl-noexceptions.h.
References __isl_keep, isl_set_list, ptr, and set_list().
Referenced by copy().
|
protected |
Definition at line 4067 of file isl-noexceptions.h.
Referenced by copy(), copy(), ctx(), get(), is_null(), manage, manage_copy, release(), set_list(), set_list(), set_list(), set_list(), set_list(), set_list(), and ~set_list().