Polly 20.0.0git
|
#include <isl-noexceptions.h>
Public Member Functions | |
map_list () | |
map_list (const map_list &obj) | |
map_list (isl::ctx ctx, int n) | |
map_list (isl::map el) | |
map_list (isl::ctx ctx, const std::string &str) | |
map_list & | operator= (map_list obj) |
~map_list () | |
__isl_give isl_map_list * | copy () const & |
__isl_give isl_map_list * | copy () &&=delete |
__isl_keep isl_map_list * | get () const |
__isl_give isl_map_list * | release () |
bool | is_null () const |
isl::ctx | ctx () const |
isl::map_list | add (isl::map el) const |
isl::map | at (int index) const |
isl::map | get_at (int index) const |
isl::map_list | clear () const |
isl::map_list | concat (isl::map_list list2) const |
isl::map_list | drop (unsigned int first, unsigned int n) const |
stat | foreach (const std::function< stat(isl::map)> &fn) const |
isl::map_list | insert (unsigned int pos, isl::map el) const |
class size | size () const |
Protected Member Functions | |
map_list (__isl_take isl_map_list *ptr) | |
Protected Attributes | |
isl_map_list * | ptr = nullptr |
Friends | |
map_list | manage (__isl_take isl_map_list *ptr) |
map_list | manage_copy (__isl_keep isl_map_list *ptr) |
Definition at line 2319 of file isl-noexceptions.h.
|
inlineexplicitprotected |
Definition at line 11841 of file isl-noexceptions.h.
|
inline |
Definition at line 11832 of file isl-noexceptions.h.
|
inline |
Definition at line 11835 of file isl-noexceptions.h.
|
inlineexplicit |
Definition at line 11844 of file isl-noexceptions.h.
References n, ptr, isl::ctx::release(), and res.
|
inlineexplicit |
Definition at line 11850 of file isl-noexceptions.h.
References ptr, isl::map::release(), and res.
|
inlineexplicit |
Definition at line 11856 of file isl-noexceptions.h.
References ptr, isl::ctx::release(), res, and str.
|
inline |
Definition at line 11867 of file isl-noexceptions.h.
References ptr.
|
inline |
Definition at line 11894 of file isl-noexceptions.h.
References copy(), manage, isl::map::release(), and res.
|
inline |
|
inline |
Definition at line 11911 of file isl-noexceptions.h.
|
inline |
|
inlinedelete |
|
inline |
|
inline |
Definition at line 11890 of file isl-noexceptions.h.
References ptr.
|
inline |
|
inline |
|
inline |
Definition at line 11906 of file isl-noexceptions.h.
References at().
|
inline |
Definition at line 11943 of file isl-noexceptions.h.
References copy(), manage, pos(), isl::map::release(), and res.
|
inline |
Definition at line 11886 of file isl-noexceptions.h.
References ptr.
Definition at line 11862 of file isl-noexceptions.h.
References obj.
|
inline |
|
inline |
Definition at line 11949 of file isl-noexceptions.h.
|
friend |
|
friend |
Definition at line 11827 of file isl-noexceptions.h.
|
protected |
Definition at line 2324 of file isl-noexceptions.h.
Referenced by copy(), ctx(), get(), is_null(), map_list(), release(), and ~map_list().