#include <typed_cpp.h>
|
| | set_list ()=default |
| | set_list (const isl::ctx &ctx, int n) |
| | set_list (const typed::set<> &el) |
| | set_list (const isl::ctx &ctx, const std::string &str) |
| typed::set_list | add (const typed::set<> &el) const |
| typed::set_list | add (const typed::basic_set<> &el) const |
| typed::set_list | add (const typed::point<> &el) const |
| typed::set | at (int index) const =delete |
| typed::set | get_at (int index) const =delete |
| typed::set_list | drop (unsigned int first, unsigned int n) const |
| void | foreach (const std::function< void(typed::set<>)> &fn) const |
| void | foreach_scc (const std::function< bool(typed::set<>, typed::set<>)> &follows, const std::function< void(typed::set_list<>)> &fn) const |
| typed::set_list | set_at (int index, const typed::set<> &el) const =delete |
| | 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_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::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 |
Definition at line 9929 of file typed_cpp.h.
◆ set_list() [1/5]
◆ set_list() [2/5]
template<typename base, typename std::enable_if< std::is_same< base,
isl::set_list >{}, bool >
::type = true>
◆ set_list() [3/5]
◆ set_list() [4/5]
◆ set_list() [5/5]
◆ add() [1/3]
◆ add() [2/3]
◆ add() [3/3]
◆ at()
◆ drop()
◆ foreach()
◆ foreach_scc()
◆ from()
◆ get_at()
◆ set_at()
◆ aff
◆ aff_list
◆ basic_map
◆ basic_set
◆ fixed_box
◆ id
◆ id_list
◆ map
◆ map_list
◆ multi_aff
◆ multi_id
◆ multi_pw_aff
◆ multi_union_pw_aff
◆ multi_val
◆ point
◆ pw_aff
◆ pw_aff_list
◆ pw_multi_aff
◆ pw_multi_aff_list
◆ set
◆ set_list
◆ space
◆ union_map
◆ union_pw_aff
◆ union_pw_aff_list
◆ union_pw_multi_aff
◆ union_set
◆ union_set_list
◆ val
◆ val_list
The documentation for this struct was generated from the following file: