|
| | union_pw_aff_list ()=default |
| template<typename Arg1, typename std::enable_if< std::is_base_of< Domain, Arg1 >{}, bool >::type = true> |
| | union_pw_aff_list (const union_pw_aff_list< Arg1, Anonymous > &obj) |
| | union_pw_aff_list (const isl::ctx &ctx, int n) |
| | union_pw_aff_list (const typed::union_pw_aff< Domain, Anonymous > &el) |
| | union_pw_aff_list (const isl::ctx &ctx, const std::string &str) |
| typed::union_pw_aff_list< Domain, Anonymous > | add (const typed::union_pw_aff< Domain, Anonymous > &el) const |
| typed::union_pw_aff_list< Domain, Anonymous > | add (const typed::aff< Domain, Anonymous > &el) const |
| typed::union_pw_aff_list< Domain, Anonymous > | add (const typed::pw_aff< Domain, Anonymous > &el) const |
| typed::union_pw_aff< Domain, Anonymous > | at (int index) const |
| typed::union_pw_aff< Domain, Anonymous > | get_at (int index) const =delete |
| typed::union_pw_aff_list< Domain, Anonymous > | drop (unsigned int first, unsigned int n) const |
| void | foreach (const std::function< void(typed::union_pw_aff< Domain, Anonymous >)> &fn) const |
| void | foreach_scc (const std::function< bool(typed::union_pw_aff< Domain, Anonymous >, typed::union_pw_aff< Domain, Anonymous >)> &follows, const std::function< void(typed::union_pw_aff_list< Domain, Anonymous >)> &fn) const |
| typed::union_pw_aff_list< Domain, Anonymous > | set_at (int index, const typed::union_pw_aff< Domain, Anonymous > &el) const |
| | union_pw_aff_list () |
| | union_pw_aff_list (const union_pw_aff_list &obj) |
| | union_pw_aff_list (isl::checked::ctx ctx, int n) |
| | union_pw_aff_list (isl::checked::union_pw_aff el) |
| | union_pw_aff_list (isl::checked::ctx ctx, const std::string &str) |
| union_pw_aff_list & | operator= (union_pw_aff_list obj) |
| | ~union_pw_aff_list () |
| __isl_give isl_union_pw_aff_list * | copy () const & |
| __isl_give isl_union_pw_aff_list * | copy () &&=delete |
| __isl_keep isl_union_pw_aff_list * | get () const |
| __isl_give isl_union_pw_aff_list * | release () |
| bool | is_null () const |
| isl::checked::ctx | ctx () const |
| isl::checked::union_pw_aff_list | add (isl::checked::union_pw_aff el) const |
| isl::checked::union_pw_aff | at (int index) const |
| isl::checked::union_pw_aff | get_at (int index) const |
| isl::checked::union_pw_aff_list | clear () const |
| isl::checked::union_pw_aff_list | concat (isl::checked::union_pw_aff_list list2) const |
| isl::checked::union_pw_aff_list | drop (unsigned int first, unsigned int n) const |
| stat | foreach (const std::function< stat(isl::checked::union_pw_aff)> &fn) const |
| stat | foreach_scc (const std::function< boolean(isl::checked::union_pw_aff, isl::checked::union_pw_aff)> &follows, const std::function< stat(isl::checked::union_pw_aff_list)> &fn) const |
| isl::checked::union_pw_aff_list | insert (unsigned int pos, isl::checked::union_pw_aff el) const |
| isl::checked::union_pw_aff_list | set_at (int index, isl::checked::union_pw_aff el) const |
| class size | size () const |
template<typename
Domain>
struct isl::typed::union_pw_aff_list< Domain, Anonymous >
Definition at line 12890 of file typed_cpp.h.