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