#include <typed_cpp.h>
|
| | union_set_list ()=default |
| | union_set_list (const isl::ctx &ctx, int n) |
| | union_set_list (const typed::union_set<> &el) |
| | union_set_list (const isl::ctx &ctx, const std::string &str) |
| typed::union_set_list | add (const typed::union_set<> &el) const |
| typed::union_set_list | add (const typed::basic_set<> &el) const |
| typed::union_set_list | add (const typed::point<> &el) const |
| typed::union_set_list | add (const typed::set<> &el) const |
| typed::union_set | at (int index) const =delete |
| typed::union_set | get_at (int index) const =delete |
| typed::union_set_list | drop (unsigned int first, unsigned int n) const |
| void | foreach (const std::function< void(typed::union_set<>)> &fn) const |
| void | foreach_scc (const std::function< bool(typed::union_set<>, typed::union_set<>)> &follows, const std::function< void(typed::union_set_list<>)> &fn) const |
| typed::union_set_list | set_at (int index, const typed::union_set<> &el) const =delete |
| | union_set_list () |
| | union_set_list (const union_set_list &obj) |
| | union_set_list (isl::checked::ctx ctx, int n) |
| | union_set_list (isl::checked::union_set el) |
| | union_set_list (isl::checked::ctx ctx, const std::string &str) |
| union_set_list & | operator= (union_set_list obj) |
| | ~union_set_list () |
| __isl_give isl_union_set_list * | copy () const & |
| __isl_give isl_union_set_list * | copy () &&=delete |
| __isl_keep isl_union_set_list * | get () const |
| __isl_give isl_union_set_list * | release () |
| bool | is_null () const |
| isl::checked::ctx | ctx () const |
| isl::checked::union_set_list | add (isl::checked::union_set el) const |
| isl::checked::union_set | at (int index) const |
| isl::checked::union_set | get_at (int index) const |
| isl::checked::union_set_list | clear () const |
| isl::checked::union_set_list | concat (isl::checked::union_set_list list2) const |
| isl::checked::union_set_list | drop (unsigned int first, unsigned int n) const |
| stat | foreach (const std::function< stat(isl::checked::union_set)> &fn) const |
| stat | foreach_scc (const std::function< boolean(isl::checked::union_set, isl::checked::union_set)> &follows, const std::function< stat(isl::checked::union_set_list)> &fn) const |
| isl::checked::union_set_list | insert (unsigned int pos, isl::checked::union_set el) const |
| isl::checked::union_set_list | set_at (int index, isl::checked::union_set el) const |
| class size | size () const |
Definition at line 14166 of file typed_cpp.h.
◆ union_set_list() [1/5]
◆ union_set_list() [2/5]
◆ union_set_list() [3/5]
◆ union_set_list() [4/5]
◆ union_set_list() [5/5]
◆ add() [1/4]
◆ add() [2/4]
◆ add() [3/4]
◆ add() [4/4]
◆ 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: