Polly 23.0.0git
isl::checked::map_list Class Reference

#include <cpp-checked.h>

Inheritance diagram for isl::checked::map_list:
[legend]

Public Member Functions

 map_list ()
 map_list (const map_list &obj)
 map_list (isl::checked::ctx ctx, int n)
 map_list (isl::checked::map el)
 map_list (isl::checked::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::checked::ctx ctx () const
isl::checked::map_list add (isl::checked::map el) const
isl::checked::map at (int index) const
isl::checked::map get_at (int index) const
isl::checked::map_list clear () const
isl::checked::map_list concat (isl::checked::map_list list2) const
isl::checked::map_list drop (unsigned int first, unsigned int n) const
stat foreach (const std::function< stat(isl::checked::map)> &fn) const
stat foreach_scc (const std::function< boolean(isl::checked::map, isl::checked::map)> &follows, const std::function< stat(isl::checked::map_list)> &fn) const
isl::checked::map_list insert (unsigned int pos, isl::checked::map el) const
isl::checked::map_list set_at (int index, isl::checked::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 2113 of file cpp-checked.h.

Constructor & Destructor Documentation

◆ map_list() [1/6]

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

Definition at line 10681 of file cpp-checked.h.

References __isl_take, and ptr.

Referenced by copy(), manage, manage_copy, map_list(), operator=(), and size().

◆ map_list() [2/6]

isl::map_list::map_list ( )
inline

Definition at line 10684 of file cpp-checked.h.

References ptr.

◆ map_list() [3/6]

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

Definition at line 10687 of file cpp-checked.h.

References map_list(), obj, and ptr.

◆ map_list() [4/6]

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

Definition at line 10693 of file cpp-checked.h.

References ctx(), n, ptr, and res.

◆ map_list() [5/6]

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

Definition at line 10699 of file cpp-checked.h.

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

◆ map_list() [6/6]

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

Definition at line 10705 of file cpp-checked.h.

References ctx(), ptr, res, and str.

◆ ~map_list()

isl::map_list::~map_list ( )
inline

Definition at line 10716 of file cpp-checked.h.

References ptr.

Member Function Documentation

◆ add()

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

Definition at line 10743 of file cpp-checked.h.

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

Referenced by copy().

◆ at()

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

Definition at line 10749 of file cpp-checked.h.

References get(), manage, and res.

Referenced by copy(), and get_at().

◆ clear()

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

Definition at line 10760 of file cpp-checked.h.

References copy(), manage, and res.

Referenced by copy().

◆ concat()

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

Definition at line 10766 of file cpp-checked.h.

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

Referenced by copy().

◆ copy() [1/2]

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

◆ copy() [2/2]

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

Definition at line 10721 of file cpp-checked.h.

References __isl_give, and ptr.

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

◆ ctx()

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

◆ drop()

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

Definition at line 10772 of file cpp-checked.h.

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

Referenced by copy().

◆ foreach()

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

Definition at line 10778 of file cpp-checked.h.

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

Referenced by copy().

◆ foreach_scc()

stat isl::checked::map_list::foreach_scc ( const std::function< boolean(isl::checked::map, isl::checked::map)> & follows,
const std::function< stat(isl::checked::map_list)> & fn ) const
inline

Definition at line 10792 of file cpp-checked.h.

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

Referenced by copy().

◆ get()

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

Definition at line 10725 of file cpp-checked.h.

References __isl_keep, and ptr.

Referenced by at(), copy(), foreach(), isl::map_list::foreach(), foreach_scc(), and size().

◆ get_at()

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

Definition at line 10755 of file cpp-checked.h.

References at().

Referenced by copy().

◆ insert()

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

Definition at line 10814 of file cpp-checked.h.

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

Referenced by copy().

◆ is_null()

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

Definition at line 10735 of file cpp-checked.h.

References ptr.

Referenced by copy().

◆ operator=()

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

Definition at line 10711 of file cpp-checked.h.

References map_list(), and obj.

◆ release()

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

Definition at line 10729 of file cpp-checked.h.

References __isl_give, and ptr.

Referenced by concat(), and copy().

◆ set_at()

isl::map_list isl::map_list::set_at ( int index,
isl::checked::map el ) const
inline

Definition at line 10820 of file cpp-checked.h.

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

Referenced by copy().

◆ size()

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

Definition at line 10826 of file cpp-checked.h.

References get(), isl::checked::size::manage, map_list(), res, and size().

Referenced by copy(), and size().

◆ manage

map_list manage ( __isl_take isl_map_list * ptr)
friend

◆ manage_copy

map_list manage_copy ( __isl_keep isl_map_list * ptr)
friend

Definition at line 10676 of file cpp-checked.h.

References __isl_keep, map_list(), and ptr.

Referenced by copy(), and foreach_scc().

Member Data Documentation

◆ ptr

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

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