#include <cpp.h>
|
| | val_list () |
| | val_list (const val_list &obj) |
| | val_list (isl::ctx ctx, int n) |
| | val_list (isl::val el) |
| | val_list (isl::ctx ctx, const std::string &str) |
| val_list & | operator= (val_list obj) |
| | ~val_list () |
| __isl_give isl_val_list * | copy () const & |
| __isl_give isl_val_list * | copy () &&=delete |
| __isl_keep isl_val_list * | get () const |
| __isl_give isl_val_list * | release () |
| bool | is_null () const |
| isl::ctx | ctx () const |
| isl::val_list | add (isl::val el) const |
| isl::val_list | add (long el) const |
| isl::val | at (int index) const |
| isl::val | get_at (int index) const |
| isl::val_list | clear () const |
| isl::val_list | concat (isl::val_list list2) const |
| isl::val_list | drop (unsigned int first, unsigned int n) const |
| void | foreach (const std::function< void(isl::val)> &fn) const |
| void | foreach_scc (const std::function< bool(isl::val, isl::val)> &follows, const std::function< void(isl::val_list)> &fn) const |
| isl::val_list | insert (unsigned int pos, isl::val el) const |
| isl::val_list | insert (unsigned int pos, long el) const |
| isl::val_list | set_at (int index, isl::val el) const |
| isl::val_list | set_at (int index, long el) const |
| unsigned | size () const |
| | val_list () |
| | val_list (const val_list &obj) |
| | val_list (isl::ctx ctx, int n) |
| | val_list (isl::val el) |
| | val_list (isl::ctx ctx, const std::string &str) |
| val_list & | operator= (val_list obj) |
| | ~val_list () |
| __isl_give isl_val_list * | copy () const & |
| __isl_give isl_val_list * | copy () &&=delete |
| __isl_keep isl_val_list * | get () const |
| __isl_give isl_val_list * | release () |
| bool | is_null () const |
| isl::ctx | ctx () const |
| isl::val_list | add (isl::val el) const |
| isl::val_list | add (long el) const |
| isl::val | at (int index) const |
| isl::val | get_at (int index) const |
| isl::val_list | clear () const |
| isl::val_list | concat (isl::val_list list2) const |
| isl::val_list | drop (unsigned int first, unsigned int n) const |
| stat | foreach (const std::function< stat(isl::val)> &fn) const |
| isl::val_list | insert (unsigned int pos, isl::val el) const |
| isl::val_list | insert (unsigned int pos, long el) const |
| class size | size () const |
|
| isl_val_list * | ptr = nullptr |
Definition at line 4536 of file include/isl/cpp.h.
◆ val_list() [1/12]
| isl::val_list::val_list |
( |
__isl_take isl_val_list * | ptr | ) |
|
|
inlineexplicitprotected |
References __isl_take, and ptr.
Referenced by add(), add(), clear(), concat(), drop(), insert(), insert(), operator=(), set_at(), set_at(), and val_list().
◆ val_list() [2/12]
| isl::val_list::val_list |
( |
| ) |
|
|
inline |
◆ val_list() [3/12]
| isl::val_list::val_list |
( |
const val_list & | obj | ) |
|
|
inline |
◆ val_list() [4/12]
| isl::val_list::val_list |
( |
isl::ctx | ctx, |
|
|
int | n ) |
|
inlineexplicit |
◆ val_list() [5/12]
◆ val_list() [6/12]
| isl::val_list::val_list |
( |
isl::ctx | ctx, |
|
|
const std::string & | str ) |
|
inlineexplicit |
◆ ~val_list() [1/2]
| isl::val_list::~val_list |
( |
| ) |
|
|
inline |
◆ val_list() [7/12]
| isl::val_list::val_list |
( |
__isl_take isl_val_list * | ptr | ) |
|
|
inlineexplicitprotected |
◆ val_list() [8/12]
| isl::val_list::val_list |
( |
| ) |
|
|
inline |
◆ val_list() [9/12]
| isl::val_list::val_list |
( |
const val_list & | obj | ) |
|
|
inline |
◆ val_list() [10/12]
| isl::val_list::val_list |
( |
isl::ctx | ctx, |
|
|
int | n ) |
|
inlineexplicit |
◆ val_list() [11/12]
◆ val_list() [12/12]
| isl::val_list::val_list |
( |
isl::ctx | ctx, |
|
|
const std::string & | str ) |
|
inlineexplicit |
◆ ~val_list() [2/2]
| isl::val_list::~val_list |
( |
| ) |
|
|
inline |
◆ add() [1/4]
◆ add() [2/4]
◆ add() [3/4]
◆ add() [4/4]
◆ at() [1/2]
| isl::val isl::val_list::at |
( |
int | index | ) |
const |
|
inline |
◆ at() [2/2]
| isl::val isl::val_list::at |
( |
int | index | ) |
const |
|
inline |
◆ clear() [1/2]
◆ clear() [2/2]
◆ concat() [1/2]
◆ concat() [2/2]
◆ copy() [1/4]
| __isl_give isl_val_list * isl::val_list::copy |
( |
| ) |
&& |
|
inlinedelete |
◆ copy() [2/4]
| __isl_give isl_val_list * isl::val_list::copy |
( |
| ) |
&& |
|
inlinedelete |
◆ copy() [3/4]
| __isl_give isl_val_list * isl::val_list::copy |
( |
| ) |
const & |
|
inline |
◆ copy() [4/4]
| __isl_give isl_val_list * isl::val_list::copy |
( |
| ) |
const & |
|
inline |
◆ ctx() [1/2]
◆ ctx() [2/2]
◆ drop() [1/2]
| isl::val_list isl::val_list::drop |
( |
unsigned int | first, |
|
|
unsigned int | n ) const |
|
inline |
◆ drop() [2/2]
| isl::val_list isl::val_list::drop |
( |
unsigned int | first, |
|
|
unsigned int | n ) const |
|
inline |
◆ foreach() [1/2]
◆ foreach() [2/2]
| void isl::val_list::foreach |
( |
const std::function< void(isl::val)> & | fn | ) |
const |
|
inline |
Definition at line 30727 of file include/isl/cpp.h.
References ctx(), fn, foreach(), get(), ISL_CPP_CATCH_ALL, ISL_CPP_TRY, isl_stat_error, isl_stat_ok, manage, isl::exception::on_error, ptr, res, isl::exception::throw_invalid(), and isl::exception::throw_last_error().
Referenced by drop(), and foreach().
◆ foreach_scc()
| void isl::val_list::foreach_scc |
( |
const std::function< bool(isl::val, isl::val)> & | follows, |
|
|
const std::function< void(isl::val_list)> & | fn ) const |
|
inline |
Definition at line 30755 of file include/isl/cpp.h.
References ctx(), fn, foreach_scc(), get(), isl_bool_error, isl_bool_false, isl_bool_true, ISL_CPP_CATCH_ALL, ISL_CPP_TRY, isl_stat_error, isl_stat_ok, manage, manage_copy, isl::exception::on_error, ptr, res, isl::exception::throw_invalid(), and isl::exception::throw_last_error().
Referenced by drop(), and foreach_scc().
◆ get() [1/2]
| __isl_keep isl_val_list * isl::val_list::get |
( |
| ) |
const |
|
inline |
◆ get() [2/2]
| __isl_keep isl_val_list * isl::val_list::get |
( |
| ) |
const |
|
inline |
◆ get_at() [1/2]
| isl::val isl::val_list::get_at |
( |
int | index | ) |
const |
|
inline |
◆ get_at() [2/2]
| isl::val isl::val_list::get_at |
( |
int | index | ) |
const |
|
inline |
◆ insert() [1/4]
◆ insert() [2/4]
◆ insert() [3/4]
| isl::val_list isl::val_list::insert |
( |
unsigned int | pos, |
|
|
long | el ) const |
|
inline |
◆ insert() [4/4]
| isl::val_list isl::val_list::insert |
( |
unsigned int | pos, |
|
|
long | el ) const |
|
inline |
◆ is_null() [1/2]
| bool isl::val_list::is_null |
( |
| ) |
const |
|
inline |
◆ is_null() [2/2]
| bool isl::val_list::is_null |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ release() [1/2]
| __isl_give isl_val_list * isl::val_list::release |
( |
| ) |
|
|
inline |
◆ release() [2/2]
| __isl_give isl_val_list * isl::val_list::release |
( |
| ) |
|
|
inline |
◆ set_at() [1/2]
◆ set_at() [2/2]
◆ size() [1/2]
| unsigned isl::val_list::size |
( |
| ) |
const |
|
inline |
◆ size() [2/2]
| class size isl::val_list::size |
( |
| ) |
const |
|
inline |
◆ manage [1/2]
◆ manage [2/2]
◆ manage_copy [1/2]
◆ manage_copy [2/2]
◆ ptr
| isl_val_list* isl::val_list::ptr = nullptr |
|
protected |
The documentation for this class was generated from the following files: