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