Polly 19.0.0git
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
isl::map_list Class Reference

#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_listoperator= (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)
 

Detailed Description

Definition at line 2319 of file isl-noexceptions.h.

Constructor & Destructor Documentation

◆ map_list() [1/6]

isl::map_list::map_list ( __isl_take isl_map_list *  ptr)
inlineexplicitprotected

Definition at line 11841 of file isl-noexceptions.h.

◆ map_list() [2/6]

isl::map_list::map_list ( )
inline

Definition at line 11832 of file isl-noexceptions.h.

◆ map_list() [3/6]

isl::map_list::map_list ( const map_list obj)
inline

Definition at line 11835 of file isl-noexceptions.h.

References obj, and ptr.

◆ map_list() [4/6]

isl::map_list::map_list ( isl::ctx  ctx,
int  n 
)
inlineexplicit

Definition at line 11844 of file isl-noexceptions.h.

References n, ptr, isl::ctx::release(), and res.

◆ map_list() [5/6]

isl::map_list::map_list ( isl::map  el)
inlineexplicit

Definition at line 11850 of file isl-noexceptions.h.

References ptr, isl::map::release(), and res.

◆ map_list() [6/6]

isl::map_list::map_list ( isl::ctx  ctx,
const std::string &  str 
)
inlineexplicit

Definition at line 11856 of file isl-noexceptions.h.

References ptr, isl::ctx::release(), res, and str.

◆ ~map_list()

isl::map_list::~map_list ( )
inline

Definition at line 11867 of file isl-noexceptions.h.

References ptr.

Member Function Documentation

◆ add()

isl::map_list isl::map_list::add ( isl::map  el) const
inline

Definition at line 11894 of file isl-noexceptions.h.

References copy(), manage, isl::map::release(), and res.

◆ at()

isl::map isl::map_list::at ( int  index) const
inline

Definition at line 11900 of file isl-noexceptions.h.

References get(), manage, and res.

Referenced by get_at().

◆ clear()

isl::map_list isl::map_list::clear ( ) const
inline

Definition at line 11911 of file isl-noexceptions.h.

References copy(), manage, and res.

◆ concat()

isl::map_list isl::map_list::concat ( isl::map_list  list2) const
inline

Definition at line 11917 of file isl-noexceptions.h.

References copy(), manage, release(), and res.

◆ copy() [1/2]

__isl_give isl_map_list * isl::map_list::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_map_list * isl::map_list::copy ( ) const &
inline

Definition at line 11872 of file isl-noexceptions.h.

References ptr.

Referenced by add(), clear(), concat(), drop(), and insert().

◆ ctx()

isl::ctx isl::map_list::ctx ( ) const
inline

Definition at line 11890 of file isl-noexceptions.h.

References ptr.

◆ drop()

isl::map_list isl::map_list::drop ( unsigned int  first,
unsigned int  n 
) const
inline

Definition at line 11923 of file isl-noexceptions.h.

References copy(), manage, n, and res.

◆ foreach()

stat isl::map_list::foreach ( const std::function< stat(isl::map)> &  fn) const
inline

Definition at line 11929 of file isl-noexceptions.h.

References fn, get(), manage, and res.

◆ get()

__isl_keep isl_map_list * isl::map_list::get ( ) const
inline

Definition at line 11876 of file isl-noexceptions.h.

References ptr.

Referenced by at(), foreach(), and size().

◆ get_at()

isl::map isl::map_list::get_at ( int  index) const
inline

Definition at line 11906 of file isl-noexceptions.h.

References at().

◆ insert()

isl::map_list isl::map_list::insert ( unsigned int  pos,
isl::map  el 
) const
inline

Definition at line 11943 of file isl-noexceptions.h.

References copy(), manage, pos(), isl::map::release(), and res.

◆ is_null()

bool isl::map_list::is_null ( ) const
inline

Definition at line 11886 of file isl-noexceptions.h.

References ptr.

◆ operator=()

map_list & isl::map_list::operator= ( map_list  obj)
inline

Definition at line 11862 of file isl-noexceptions.h.

References obj.

◆ release()

__isl_give isl_map_list * isl::map_list::release ( )
inline

Definition at line 11880 of file isl-noexceptions.h.

References ptr.

Referenced by concat().

◆ size()

class size isl::map_list::size ( ) const
inline

Definition at line 11949 of file isl-noexceptions.h.

References get(), manage, and res.

Friends And Related Function Documentation

◆ manage

map_list manage ( __isl_take isl_map_list *  ptr)
friend

Definition at line 11824 of file isl-noexceptions.h.

Referenced by add(), at(), clear(), concat(), drop(), foreach(), insert(), and size().

◆ manage_copy

map_list manage_copy ( __isl_keep isl_map_list *  ptr)
friend

Definition at line 11827 of file isl-noexceptions.h.

Member Data Documentation

◆ ptr

isl_map_list* isl::map_list::ptr = nullptr
protected

Definition at line 2324 of file isl-noexceptions.h.

Referenced by copy(), ctx(), get(), is_null(), map_list(), release(), and ~map_list().


The documentation for this class was generated from the following file: