|
| | val_list ()=default |
| | val_list (const isl::val_list &obj) |
| | val_list (const isl::ctx &ctx, int n) |
| | val_list (const typed::val< Anonymous > &el) |
| | val_list (const isl::ctx &ctx, const std::string &str) |
| typed::val_list< Anonymous > | add (const typed::val< Anonymous > &el) const |
| typed::val_list< Anonymous > | add (long el) const |
| typed::val< Anonymous > | at (int index) const |
| typed::val< Anonymous > | get_at (int index) const =delete |
| typed::val_list< Anonymous > | drop (unsigned int first, unsigned int n) const |
| void | foreach (const std::function< void(typed::val< Anonymous >)> &fn) const |
| void | foreach_scc (const std::function< bool(typed::val< Anonymous >, typed::val< Anonymous >)> &follows, const std::function< void(typed::val_list< Anonymous >)> &fn) const |
| typed::val_list< Anonymous > | set_at (int index, const typed::val< Anonymous > &el) const |
| typed::val_list< Anonymous > | set_at (int index, long el) const |
| | val_list () |
| | val_list (const val_list &obj) |
| | val_list (isl::checked::ctx ctx, int n) |
| | val_list (isl::checked::val el) |
| | val_list (isl::checked::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::checked::ctx | ctx () const |
| isl::checked::val_list | add (isl::checked::val el) const |
| isl::checked::val_list | add (long el) const |
| isl::checked::val | at (int index) const |
| isl::checked::val | get_at (int index) const |
| isl::checked::val_list | clear () const |
| isl::checked::val_list | concat (isl::checked::val_list list2) const |
| isl::checked::val_list | drop (unsigned int first, unsigned int n) const |
| stat | foreach (const std::function< stat(isl::checked::val)> &fn) const |
| stat | foreach_scc (const std::function< boolean(isl::checked::val, isl::checked::val)> &follows, const std::function< stat(isl::checked::val_list)> &fn) const |
| isl::checked::val_list | insert (unsigned int pos, isl::checked::val el) const |
| isl::checked::val_list | insert (unsigned int pos, long el) const |
| isl::checked::val_list | set_at (int index, isl::checked::val el) const |
| isl::checked::val_list | set_at (int index, long el) const |
| class size | size () const |
Definition at line 14434 of file typed_cpp.h.