Polly 23.0.0git
isl::map_list Class Reference

#include <cpp.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
void foreach (const std::function< void(isl::map)> &fn) const
void foreach_scc (const std::function< bool(isl::map, isl::map)> &follows, const std::function< void(isl::map_list)> &fn) const
isl::map_list insert (unsigned int pos, isl::map el) const
isl::map_list set_at (int index, isl::map el) const
unsigned size () const
 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)
 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)
map_list manage (__isl_take isl_map_list *ptr)
map_list manage_copy (__isl_keep isl_map_list *ptr)

Detailed Description

Definition at line 2179 of file include/isl/cpp.h.

Constructor & Destructor Documentation

◆ map_list() [1/12]

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

References __isl_take, and ptr.

Referenced by add(), clear(), concat(), drop(), insert(), map_list(), operator=(), and set_at().

◆ map_list() [2/12]

isl::map_list::map_list ( )
inline

◆ map_list() [3/12]

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

References map_list(), and obj.

◆ map_list() [4/12]

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

References ctx(), and n.

◆ map_list() [5/12]

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

◆ map_list() [6/12]

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

References ctx(), and str.

◆ ~map_list() [1/2]

isl::map_list::~map_list ( )
inline

◆ map_list() [7/12]

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

References __isl_take, and ptr.

◆ map_list() [8/12]

isl::map_list::map_list ( )
inline

◆ map_list() [9/12]

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

References map_list(), and obj.

◆ map_list() [10/12]

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

References ctx(), and n.

◆ map_list() [11/12]

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

◆ map_list() [12/12]

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

References ctx(), and str.

◆ ~map_list() [2/2]

isl::map_list::~map_list ( )
inline

Member Function Documentation

◆ add() [1/2]

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

References add(), and map_list().

Referenced by add().

◆ add() [2/2]

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

References add(), and map_list().

◆ at() [1/2]

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

References at().

Referenced by at().

◆ at() [2/2]

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

References at().

◆ clear() [1/2]

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

References clear(), and map_list().

Referenced by clear().

◆ clear() [2/2]

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

References clear(), and map_list().

◆ concat() [1/2]

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

References concat(), and map_list().

Referenced by concat().

◆ concat() [2/2]

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

References concat(), and map_list().

◆ copy() [1/4]

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

References __isl_give, and copy().

◆ copy() [2/4]

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

References __isl_give, and copy().

◆ copy() [3/4]

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

References __isl_give.

Referenced by copy().

◆ copy() [4/4]

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

References __isl_give.

◆ ctx() [1/2]

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

References ctx().

Referenced by ctx(), foreach(), foreach_scc(), map_list(), and map_list().

◆ ctx() [2/2]

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

References ctx().

◆ drop() [1/2]

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

References drop(), fn, foreach(), foreach_scc(), map_list(), and n.

Referenced by drop().

◆ drop() [2/2]

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

References drop(), fn, foreach(), map_list(), and n.

◆ foreach() [1/2]

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

◆ foreach() [2/2]

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

◆ foreach_scc()

void isl::map_list::foreach_scc ( const std::function< bool(isl::map, isl::map)> & follows,
const std::function< void(isl::map_list)> & fn ) const
inline

◆ get() [1/2]

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

References __isl_keep, and get().

Referenced by foreach(), foreach_scc(), and get().

◆ get() [2/2]

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

References __isl_keep, and get().

◆ get_at() [1/2]

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

References get_at().

Referenced by get_at().

◆ get_at() [2/2]

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

References get_at().

◆ insert() [1/2]

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

References insert(), map_list(), and pos().

Referenced by insert().

◆ insert() [2/2]

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

References insert(), map_list(), and pos().

◆ is_null() [1/2]

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

References is_null().

Referenced by is_null().

◆ is_null() [2/2]

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

References is_null().

◆ operator=() [1/2]

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

References map_list(), and obj.

◆ operator=() [2/2]

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

References map_list(), and obj.

◆ release() [1/2]

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

References __isl_give, and release().

Referenced by release().

◆ release() [2/2]

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

References __isl_give, and release().

◆ set_at()

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

References map_list(), and set_at().

Referenced by set_at().

◆ size() [1/2]

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

References __isl_keep, __isl_take, manage, manage_copy, ptr, and size().

Referenced by size().

◆ size() [2/2]

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

◆ manage [1/2]

map_list manage ( __isl_take isl_map_list * ptr)
friend

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

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

◆ manage [2/2]

map_list manage ( __isl_take isl_map_list * ptr)
friend

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

◆ manage_copy [1/2]

map_list manage_copy ( __isl_keep isl_map_list * ptr)
friend

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

Referenced by foreach_scc(), and size().

◆ manage_copy [2/2]

map_list manage_copy ( __isl_keep isl_map_list * ptr)
friend

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

Member Data Documentation

◆ ptr

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

Definition at line 2184 of file include/isl/cpp.h.

Referenced by foreach(), foreach_scc(), map_list(), and size().


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