Polly 19.0.0git
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
isl::pw_aff_list Class Reference

#include <isl-noexceptions.h>

Public Member Functions

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

◆ pw_aff_list() [2/6]

isl::pw_aff_list::pw_aff_list ( )
inline

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

◆ pw_aff_list() [3/6]

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

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

References obj, and ptr.

◆ pw_aff_list() [4/6]

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

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

References n, ptr, isl::ctx::release(), and res.

◆ pw_aff_list() [5/6]

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

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

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

◆ pw_aff_list() [6/6]

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

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

References ptr, isl::ctx::release(), res, and str.

◆ ~pw_aff_list()

isl::pw_aff_list::~pw_aff_list ( )
inline

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

References ptr.

Member Function Documentation

◆ add()

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

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

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

◆ at()

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

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

References get(), manage, and res.

Referenced by get_at().

◆ clear()

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

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

References copy(), manage, and res.

◆ concat()

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

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

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

◆ copy() [1/2]

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

◆ copy() [2/2]

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

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

References ptr.

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

◆ ctx()

isl::ctx isl::pw_aff_list::ctx ( ) const
inline

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

References ptr.

◆ drop()

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

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

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

◆ foreach()

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

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

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

◆ get()

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

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

References ptr.

Referenced by at(), foreach(), isl::multi_pw_aff::involves_param(), and size().

◆ get_at()

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

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

References at().

◆ insert()

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

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

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

◆ is_null()

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

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

References ptr.

◆ operator=()

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

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

References obj.

◆ release()

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

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

References ptr.

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

◆ size()

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

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

References get(), manage, and res.

Friends And Related Function Documentation

◆ manage

pw_aff_list manage ( __isl_take isl_pw_aff_list *  ptr)
friend

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

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

◆ manage_copy

pw_aff_list manage_copy ( __isl_keep isl_pw_aff_list *  ptr)
friend

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

Member Data Documentation

◆ ptr

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

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

Referenced by copy(), ctx(), get(), is_null(), pw_aff_list(), release(), and ~pw_aff_list().


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