|
| | pw_aff_list ()=default |
| | pw_aff_list (const isl::pw_aff_list &obj) |
| | pw_aff_list (const isl::ctx &ctx, int n) |
| | pw_aff_list (const typed::pw_aff< Anonymous > &el) |
| | pw_aff_list (const isl::ctx &ctx, const std::string &str) |
| typed::pw_aff_list< Anonymous > | add (const typed::pw_aff< Anonymous > &el) const |
| typed::pw_aff_list< Anonymous > | add (const typed::aff< Anonymous > &el) const |
| typed::pw_aff< Anonymous > | at (int index) const |
| typed::pw_aff< Anonymous > | get_at (int index) const =delete |
| typed::pw_aff_list< Anonymous > | drop (unsigned int first, unsigned int n) const |
| void | foreach (const std::function< void(typed::pw_aff< Anonymous >)> &fn) const |
| void | foreach_scc (const std::function< bool(typed::pw_aff< Anonymous >, typed::pw_aff< Anonymous >)> &follows, const std::function< void(typed::pw_aff_list< Anonymous >)> &fn) const |
| typed::pw_aff_list< Anonymous > | set_at (int index, const typed::pw_aff< Anonymous > &el) const |
| | pw_aff_list () |
| | pw_aff_list (const pw_aff_list &obj) |
| | pw_aff_list (isl::checked::ctx ctx, int n) |
| | pw_aff_list (isl::checked::pw_aff el) |
| | pw_aff_list (isl::checked::ctx ctx, const std::string &str) |
| pw_aff_list & | operator= (pw_aff_list obj) |
| | ~pw_aff_list () |
| __isl_give isl_pw_aff_list * | copy () const & |
| __isl_give isl_pw_aff_list * | copy () &&=delete |
| __isl_keep isl_pw_aff_list * | get () const |
| __isl_give isl_pw_aff_list * | release () |
| bool | is_null () const |
| isl::checked::ctx | ctx () const |
| isl::checked::pw_aff_list | add (isl::checked::pw_aff el) const |
| isl::checked::pw_aff | at (int index) const |
| isl::checked::pw_aff | get_at (int index) const |
| isl::checked::pw_aff_list | clear () const |
| isl::checked::pw_aff_list | concat (isl::checked::pw_aff_list list2) const |
| isl::checked::pw_aff_list | drop (unsigned int first, unsigned int n) const |
| stat | foreach (const std::function< stat(isl::checked::pw_aff)> &fn) const |
| stat | foreach_scc (const std::function< boolean(isl::checked::pw_aff, isl::checked::pw_aff)> &follows, const std::function< stat(isl::checked::pw_aff_list)> &fn) const |
| isl::checked::pw_aff_list | insert (unsigned int pos, isl::checked::pw_aff el) const |
| isl::checked::pw_aff_list | set_at (int index, isl::checked::pw_aff el) const |
| class size | size () const |
Definition at line 8009 of file typed_cpp.h.