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

#include <cpp-checked.h>

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

Public Member Functions

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

Protected Member Functions

 aff_list (__isl_take isl_aff_list *ptr)

Protected Attributes

isl_aff_list * ptr = nullptr

Friends

aff_list manage (__isl_take isl_aff_list *ptr)
aff_list manage_copy (__isl_keep isl_aff_list *ptr)

Detailed Description

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

Constructor & Destructor Documentation

◆ aff_list() [1/6]

isl::aff_list::aff_list ( __isl_take isl_aff_list * ptr)
inlineexplicitprotected

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

References __isl_take, and ptr.

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

◆ aff_list() [2/6]

isl::aff_list::aff_list ( )
inline

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

References ptr.

◆ aff_list() [3/6]

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

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

References aff_list(), obj, and ptr.

◆ aff_list() [4/6]

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

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

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

◆ aff_list() [5/6]

isl::aff_list::aff_list ( isl::checked::aff el)
inlineexplicit

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

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

◆ aff_list() [6/6]

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

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

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

◆ ~aff_list()

isl::aff_list::~aff_list ( )
inline

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

References ptr.

Member Function Documentation

◆ add()

isl::aff_list isl::aff_list::add ( isl::checked::aff el) const
inline

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

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

Referenced by copy().

◆ at()

isl::aff isl::aff_list::at ( int index) const
inline

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

References get(), manage, and res.

Referenced by copy(), and get_at().

◆ clear()

isl::aff_list isl::aff_list::clear ( ) const
inline

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

References copy(), manage, and res.

Referenced by copy().

◆ concat()

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

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

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

Referenced by copy().

◆ copy() [1/2]

__isl_give isl_aff_list * isl::checked::aff_list::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_aff_list * isl::aff_list::copy ( ) const &
inline

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

References __isl_give, and ptr.

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

◆ ctx()

◆ drop()

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

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

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

Referenced by copy().

◆ foreach()

stat isl::checked::aff_list::foreach ( const std::function< stat(isl::checked::aff)> & fn) const
inline

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

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

Referenced by copy().

◆ foreach_scc()

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

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

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

Referenced by copy().

◆ get()

__isl_keep isl_aff_list * isl::aff_list::get ( ) const
inline

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

References __isl_keep, and ptr.

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

◆ get_at()

isl::aff isl::aff_list::get_at ( int index) const
inline

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

References at().

Referenced by copy().

◆ insert()

isl::aff_list isl::aff_list::insert ( unsigned int pos,
isl::checked::aff el ) const
inline

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

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

Referenced by copy().

◆ is_null()

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

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

References ptr.

Referenced by copy().

◆ operator=()

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

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

References aff_list(), and obj.

◆ release()

__isl_give isl_aff_list * isl::aff_list::release ( )
inline

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

References __isl_give, and ptr.

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

◆ set_at()

isl::aff_list isl::aff_list::set_at ( int index,
isl::checked::aff el ) const
inline

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

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

Referenced by copy().

◆ size()

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

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

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

Referenced by copy(), and size().

◆ manage

aff_list manage ( __isl_take isl_aff_list * ptr)
friend

◆ manage_copy

aff_list manage_copy ( __isl_keep isl_aff_list * ptr)
friend

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

References __isl_keep, aff_list(), and ptr.

Referenced by copy(), and foreach_scc().

Member Data Documentation

◆ ptr

isl_aff_list * isl::aff_list::ptr = nullptr
protected

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