|
| | set_list ()=default |
| template<typename Arg1, typename std::enable_if< std::is_base_of< Domain, Arg1 >{}, bool >::type = true> |
| | set_list (const set_list< Arg1 > &obj) |
| | set_list (const isl::ctx &ctx, int n) |
| | set_list (const typed::set< Domain > &el) |
| | set_list (const isl::ctx &ctx, const std::string &str) |
| typed::set_list< Domain > | add (const typed::set< Domain > &el) const |
| typed::set_list< Domain > | add (const typed::basic_set< Domain > &el) const |
| typed::set_list< Domain > | add (const typed::point< Domain > &el) const |
| typed::set< Domain > | at (int index) const |
| typed::set< Domain > | get_at (int index) const =delete |
| typed::set_list< Domain > | drop (unsigned int first, unsigned int n) const |
| void | foreach (const std::function< void(typed::set< Domain >)> &fn) const |
| void | foreach_scc (const std::function< bool(typed::set< Domain >, typed::set< Domain >)> &follows, const std::function< void(typed::set_list< Domain >)> &fn) const |
| typed::set_list< Domain > | set_at (int index, const typed::set< Anonymous > &el) const |
| | 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 |
template<typename
Domain>
struct isl::typed::set_list< Domain >
Definition at line 10016 of file typed_cpp.h.