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

#include <cpp-checked.h>

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

Public Member Functions

 pw_multi_aff_list ()
 pw_multi_aff_list (const pw_multi_aff_list &obj)
 pw_multi_aff_list (isl::checked::ctx ctx, int n)
 pw_multi_aff_list (isl::checked::pw_multi_aff el)
 pw_multi_aff_list (isl::checked::ctx ctx, const std::string &str)
pw_multi_aff_listoperator= (pw_multi_aff_list obj)
 ~pw_multi_aff_list ()
__isl_give isl_pw_multi_aff_list * copy () const &
__isl_give isl_pw_multi_aff_list * copy () &&=delete
__isl_keep isl_pw_multi_aff_list * get () const
__isl_give isl_pw_multi_aff_list * release ()
bool is_null () const
isl::checked::ctx ctx () const
isl::checked::pw_multi_aff_list add (isl::checked::pw_multi_aff el) const
isl::checked::pw_multi_aff at (int index) const
isl::checked::pw_multi_aff get_at (int index) const
isl::checked::pw_multi_aff_list clear () const
isl::checked::pw_multi_aff_list concat (isl::checked::pw_multi_aff_list list2) const
isl::checked::pw_multi_aff_list drop (unsigned int first, unsigned int n) const
stat foreach (const std::function< stat(isl::checked::pw_multi_aff)> &fn) const
stat foreach_scc (const std::function< boolean(isl::checked::pw_multi_aff, isl::checked::pw_multi_aff)> &follows, const std::function< stat(isl::checked::pw_multi_aff_list)> &fn) const
isl::checked::pw_multi_aff_list insert (unsigned int pos, isl::checked::pw_multi_aff el) const
isl::checked::pw_multi_aff_list set_at (int index, isl::checked::pw_multi_aff el) const
class size size () const

Protected Member Functions

 pw_multi_aff_list (__isl_take isl_pw_multi_aff_list *ptr)

Protected Attributes

isl_pw_multi_aff_list * ptr = nullptr

Friends

pw_multi_aff_list manage (__isl_take isl_pw_multi_aff_list *ptr)
pw_multi_aff_list manage_copy (__isl_keep isl_pw_multi_aff_list *ptr)

Detailed Description

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

Constructor & Destructor Documentation

◆ pw_multi_aff_list() [1/6]

isl::pw_multi_aff_list::pw_multi_aff_list ( __isl_take isl_pw_multi_aff_list * ptr)
inlineexplicitprotected

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

References __isl_take, and ptr.

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

◆ pw_multi_aff_list() [2/6]

isl::pw_multi_aff_list::pw_multi_aff_list ( )
inline

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

References ptr.

◆ pw_multi_aff_list() [3/6]

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

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

References obj, ptr, and pw_multi_aff_list().

◆ pw_multi_aff_list() [4/6]

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

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

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

◆ pw_multi_aff_list() [5/6]

isl::pw_multi_aff_list::pw_multi_aff_list ( isl::checked::pw_multi_aff el)
inlineexplicit

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

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

◆ pw_multi_aff_list() [6/6]

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

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

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

◆ ~pw_multi_aff_list()

isl::pw_multi_aff_list::~pw_multi_aff_list ( )
inline

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

References ptr.

Member Function Documentation

◆ add()

isl::pw_multi_aff_list isl::pw_multi_aff_list::add ( isl::checked::pw_multi_aff el) const
inline

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

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

Referenced by copy().

◆ at()

isl::pw_multi_aff isl::pw_multi_aff_list::at ( int index) const
inline

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

References get(), manage, and res.

Referenced by copy(), and get_at().

◆ clear()

isl::pw_multi_aff_list isl::pw_multi_aff_list::clear ( ) const
inline

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

References copy(), manage, and res.

Referenced by copy().

◆ concat()

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

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

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

Referenced by copy().

◆ copy() [1/2]

__isl_give isl_pw_multi_aff_list * isl::checked::pw_multi_aff_list::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_pw_multi_aff_list * isl::pw_multi_aff_list::copy ( ) const &
inline

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

References __isl_give, and ptr.

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

◆ ctx()

◆ drop()

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

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

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

Referenced by copy().

◆ foreach()

stat isl::checked::pw_multi_aff_list::foreach ( const std::function< stat(isl::checked::pw_multi_aff)> & fn) const
inline

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

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

Referenced by copy().

◆ foreach_scc()

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

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

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

Referenced by copy().

◆ get()

__isl_keep isl_pw_multi_aff_list * isl::pw_multi_aff_list::get ( ) const
inline

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

References __isl_keep, and ptr.

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

◆ get_at()

isl::pw_multi_aff isl::pw_multi_aff_list::get_at ( int index) const
inline

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

References at().

Referenced by copy().

◆ insert()

isl::pw_multi_aff_list isl::pw_multi_aff_list::insert ( unsigned int pos,
isl::checked::pw_multi_aff el ) const
inline

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

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

Referenced by copy().

◆ is_null()

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

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

References ptr.

Referenced by copy().

◆ operator=()

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

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

References obj, and pw_multi_aff_list().

◆ release()

__isl_give isl_pw_multi_aff_list * isl::pw_multi_aff_list::release ( )
inline

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

References __isl_give, and ptr.

Referenced by concat(), and copy().

◆ set_at()

isl::pw_multi_aff_list isl::pw_multi_aff_list::set_at ( int index,
isl::checked::pw_multi_aff el ) const
inline

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

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

Referenced by copy().

◆ size()

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

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

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

Referenced by copy(), and size().

◆ manage

pw_multi_aff_list manage ( __isl_take isl_pw_multi_aff_list * ptr)
friend

◆ manage_copy

pw_multi_aff_list manage_copy ( __isl_keep isl_pw_multi_aff_list * ptr)
friend

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

References __isl_keep, ptr, and pw_multi_aff_list().

Referenced by copy(), and foreach_scc().

Member Data Documentation

◆ ptr

isl_pw_multi_aff_list * isl::pw_multi_aff_list::ptr = nullptr
protected

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