Polly 22.0.0git
isl::val_list Class Reference

#include <isl-noexceptions.h>

Public Member Functions

 val_list ()
 val_list (const val_list &obj)
 val_list (isl::ctx ctx, int n)
 val_list (isl::val el)
 val_list (isl::ctx ctx, const std::string &str)
val_listoperator= (val_list obj)
 ~val_list ()
__isl_give isl_val_list * copy () const &
__isl_give isl_val_list * copy () &&=delete
__isl_keep isl_val_list * get () const
__isl_give isl_val_list * release ()
bool is_null () const
isl::ctx ctx () const
isl::val_list add (isl::val el) const
isl::val_list add (long el) const
isl::val at (int index) const
isl::val get_at (int index) const
isl::val_list clear () const
isl::val_list concat (isl::val_list list2) const
isl::val_list drop (unsigned int first, unsigned int n) const
stat foreach (const std::function< stat(isl::val)> &fn) const
isl::val_list insert (unsigned int pos, isl::val el) const
isl::val_list insert (unsigned int pos, long el) const
class size size () const

Protected Member Functions

 val_list (__isl_take isl_val_list *ptr)

Protected Attributes

isl_val_list * ptr = nullptr

Friends

val_list manage (__isl_take isl_val_list *ptr)
val_list manage_copy (__isl_keep isl_val_list *ptr)

Detailed Description

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

Constructor & Destructor Documentation

◆ val_list() [1/6]

isl::val_list::val_list ( __isl_take isl_val_list * ptr)
inlineexplicitprotected

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

References __isl_take, and ptr.

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

◆ val_list() [2/6]

isl::val_list::val_list ( )
inline

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

References ptr.

◆ val_list() [3/6]

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

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

References obj, ptr, and val_list().

◆ val_list() [4/6]

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

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

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

◆ val_list() [5/6]

isl::val_list::val_list ( isl::val el)
inlineexplicit

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

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

◆ val_list() [6/6]

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

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

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

◆ ~val_list()

isl::val_list::~val_list ( )
inline

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

References ptr.

Member Function Documentation

◆ add() [1/2]

isl::val_list isl::val_list::add ( isl::val el) const
inline

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

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

Referenced by add(), and copy().

◆ add() [2/2]

isl::val_list isl::val_list::add ( long el) const
inline

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

References add(), and ctx().

◆ at()

isl::val isl::val_list::at ( int index) const
inline

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

References get(), manage, and res.

Referenced by copy(), and get_at().

◆ clear()

isl::val_list isl::val_list::clear ( ) const
inline

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

References copy(), manage, and res.

Referenced by copy().

◆ concat()

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

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

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

Referenced by copy().

◆ copy() [1/2]

__isl_give isl_val_list * isl::val_list::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_val_list * isl::val_list::copy ( ) const &
inline

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

References __isl_give, and ptr.

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

◆ ctx()

isl::ctx isl::val_list::ctx ( ) const
inline

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

References ptr.

Referenced by add(), copy(), insert(), val_list(), and val_list().

◆ drop()

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

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

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

Referenced by copy().

◆ foreach()

stat isl::val_list::foreach ( const std::function< stat(isl::val)> & fn) const
inline

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

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

Referenced by copy().

◆ get()

__isl_keep isl_val_list * isl::val_list::get ( ) const
inline

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

References __isl_keep, and ptr.

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

◆ get_at()

isl::val isl::val_list::get_at ( int index) const
inline

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

References at().

Referenced by copy().

◆ insert() [1/2]

isl::val_list isl::val_list::insert ( unsigned int pos,
isl::val el ) const
inline

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

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

Referenced by copy(), and insert().

◆ insert() [2/2]

isl::val_list isl::val_list::insert ( unsigned int pos,
long el ) const
inline

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

References ctx(), insert(), and pos().

◆ is_null()

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

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

References ptr.

Referenced by copy().

◆ operator=()

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

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

References obj, and val_list().

◆ release()

__isl_give isl_val_list * isl::val_list::release ( )
inline

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

References __isl_give, and ptr.

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

◆ size()

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

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

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

Referenced by copy(), and size().

◆ manage

val_list manage ( __isl_take isl_val_list * ptr)
friend

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

References __isl_take, ptr, and val_list().

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

◆ manage_copy

val_list manage_copy ( __isl_keep isl_val_list * ptr)
friend

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

References __isl_keep, ptr, and val_list().

Member Data Documentation

◆ ptr

isl_val_list* isl::val_list::ptr = nullptr
protected

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