Polly 22.0.0git
isl::aff_list Class Reference

#include <isl-noexceptions.h>

Public Member Functions

 aff_list ()
 aff_list (const aff_list &obj)
 aff_list (isl::ctx ctx, int n)
 aff_list (isl::aff el)
 aff_list (isl::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::ctx ctx () const
isl::aff_list add (isl::aff el) const
isl::aff at (int index) const
isl::aff get_at (int index) const
isl::aff_list clear () const
isl::aff_list concat (isl::aff_list list2) const
isl::aff_list drop (unsigned int first, unsigned int n) const
stat foreach (const std::function< stat(isl::aff)> &fn) const
isl::aff_list insert (unsigned int pos, isl::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 520 of file isl-noexceptions.h.

Constructor & Destructor Documentation

◆ aff_list() [1/6]

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

Definition at line 5860 of file isl-noexceptions.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 5851 of file isl-noexceptions.h.

References ptr.

◆ aff_list() [3/6]

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

Definition at line 5854 of file isl-noexceptions.h.

References aff_list(), obj, and ptr.

◆ aff_list() [4/6]

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

Definition at line 5863 of file isl-noexceptions.h.

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

◆ aff_list() [5/6]

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

Definition at line 5869 of file isl-noexceptions.h.

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

◆ aff_list() [6/6]

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

Definition at line 5875 of file isl-noexceptions.h.

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

◆ ~aff_list()

isl::aff_list::~aff_list ( )
inline

Definition at line 5886 of file isl-noexceptions.h.

References ptr.

Member Function Documentation

◆ add()

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

Definition at line 5913 of file isl-noexceptions.h.

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

Referenced by copy().

◆ at()

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

Definition at line 5919 of file isl-noexceptions.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 5930 of file isl-noexceptions.h.

References copy(), manage, and res.

Referenced by copy().

◆ concat()

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

Definition at line 5936 of file isl-noexceptions.h.

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

Referenced by copy().

◆ copy() [1/2]

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

◆ copy() [2/2]

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

Definition at line 5891 of file isl-noexceptions.h.

References __isl_give, and ptr.

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

◆ ctx()

isl::ctx isl::aff_list::ctx ( ) const
inline

Definition at line 5909 of file isl-noexceptions.h.

References ptr.

Referenced by aff_list(), aff_list(), and copy().

◆ drop()

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

Definition at line 5942 of file isl-noexceptions.h.

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

Referenced by copy().

◆ foreach()

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

Definition at line 5948 of file isl-noexceptions.h.

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

Referenced by copy().

◆ get()

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

Definition at line 5895 of file isl-noexceptions.h.

References __isl_keep, and ptr.

Referenced by at(), copy(), foreach(), and size().

◆ get_at()

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

Definition at line 5925 of file isl-noexceptions.h.

References at().

Referenced by copy().

◆ insert()

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

Definition at line 5962 of file isl-noexceptions.h.

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

Referenced by copy().

◆ is_null()

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

Definition at line 5905 of file isl-noexceptions.h.

References ptr.

Referenced by copy().

◆ operator=()

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

Definition at line 5881 of file isl-noexceptions.h.

References aff_list(), and obj.

◆ release()

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

Definition at line 5899 of file isl-noexceptions.h.

References __isl_give, and ptr.

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

◆ size()

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

Definition at line 5968 of file isl-noexceptions.h.

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

Referenced by copy(), and size().

◆ manage

aff_list manage ( __isl_take isl_aff_list * ptr)
friend

Definition at line 5843 of file isl-noexceptions.h.

References __isl_take, aff_list(), and ptr.

Referenced by add(), at(), clear(), concat(), copy(), drop(), foreach(), insert(), and size().

◆ manage_copy

aff_list manage_copy ( __isl_keep isl_aff_list * ptr)
friend

Definition at line 5846 of file isl-noexceptions.h.

References __isl_keep, aff_list(), and ptr.

Referenced by copy().

Member Data Documentation

◆ ptr

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

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