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

#include <cpp-checked.h>

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

Public Member Functions

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

Protected Member Functions

 pw_aff_list (__isl_take isl_pw_aff_list *ptr)

Protected Attributes

isl_pw_aff_list * ptr = nullptr

Friends

pw_aff_list manage (__isl_take isl_pw_aff_list *ptr)
pw_aff_list manage_copy (__isl_keep isl_pw_aff_list *ptr)

Detailed Description

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

Constructor & Destructor Documentation

◆ pw_aff_list() [1/6]

isl::pw_aff_list::pw_aff_list ( __isl_take isl_pw_aff_list * ptr)
inlineexplicitprotected

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

References __isl_take, and ptr.

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

◆ pw_aff_list() [2/6]

isl::pw_aff_list::pw_aff_list ( )
inline

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

References ptr.

◆ pw_aff_list() [3/6]

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

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

References obj, ptr, and pw_aff_list().

◆ pw_aff_list() [4/6]

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

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

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

◆ pw_aff_list() [5/6]

isl::pw_aff_list::pw_aff_list ( isl::checked::pw_aff el)
inlineexplicit

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

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

◆ pw_aff_list() [6/6]

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

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

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

◆ ~pw_aff_list()

isl::pw_aff_list::~pw_aff_list ( )
inline

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

References ptr.

Member Function Documentation

◆ add()

isl::pw_aff_list isl::pw_aff_list::add ( isl::checked::pw_aff el) const
inline

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

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

Referenced by copy().

◆ at()

isl::pw_aff isl::pw_aff_list::at ( int index) const
inline

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

References get(), manage, and res.

Referenced by copy(), and get_at().

◆ clear()

isl::pw_aff_list isl::pw_aff_list::clear ( ) const
inline

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

References copy(), manage, and res.

Referenced by copy().

◆ concat()

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

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

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

Referenced by copy().

◆ copy() [1/2]

__isl_give isl_pw_aff_list * isl::checked::pw_aff_list::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_pw_aff_list * isl::pw_aff_list::copy ( ) const &
inline

Definition at line 14511 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_aff_list isl::pw_aff_list::drop ( unsigned int first,
unsigned int n ) const
inline

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

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

Referenced by copy().

◆ foreach()

stat isl::checked::pw_aff_list::foreach ( const std::function< stat(isl::checked::pw_aff)> & fn) const
inline

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

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

Referenced by copy().

◆ foreach_scc()

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

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

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

Referenced by copy().

◆ get()

__isl_keep isl_pw_aff_list * isl::pw_aff_list::get ( ) const
inline

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

References __isl_keep, and ptr.

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

◆ get_at()

isl::pw_aff isl::pw_aff_list::get_at ( int index) const
inline

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

References at().

Referenced by copy().

◆ insert()

isl::pw_aff_list isl::pw_aff_list::insert ( unsigned int pos,
isl::checked::pw_aff el ) const
inline

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

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

Referenced by copy().

◆ is_null()

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

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

References ptr.

Referenced by copy().

◆ operator=()

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

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

References obj, and pw_aff_list().

◆ release()

__isl_give isl_pw_aff_list * isl::pw_aff_list::release ( )
inline

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

References __isl_give, and ptr.

Referenced by concat(), copy(), and isl::checked::space::multi_pw_aff().

◆ set_at()

isl::pw_aff_list isl::pw_aff_list::set_at ( int index,
isl::checked::pw_aff el ) const
inline

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

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

Referenced by copy().

◆ size()

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

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

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

Referenced by copy(), and size().

◆ manage

pw_aff_list manage ( __isl_take isl_pw_aff_list * ptr)
friend

◆ manage_copy

pw_aff_list manage_copy ( __isl_keep isl_pw_aff_list * ptr)
friend

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

References __isl_keep, ptr, and pw_aff_list().

Referenced by copy(), and foreach_scc().

Member Data Documentation

◆ ptr

isl_pw_aff_list * isl::pw_aff_list::ptr = nullptr
protected

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