Polly 19.0.0git
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
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.

◆ val_list() [2/6]

isl::val_list::val_list ( )
inline

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

◆ 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, and ptr.

◆ 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 n, ptr, isl::ctx::release(), 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 ptr, isl::ctx::release(), 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().

◆ 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 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.

◆ 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.

◆ 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 ptr.

Referenced by add(), clear(), concat(), 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(), and insert().

◆ 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.

◆ 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.

◆ get()

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

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

References ptr.

Referenced by at(), and foreach().

◆ get_at()

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

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

References at().

◆ 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 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(), and insert().

◆ is_null()

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

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

References ptr.

◆ operator=()

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

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

References obj.

◆ release()

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

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

References ptr.

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

◆ size()

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

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

References isl::size::manage, and res.

Friends And Related Function Documentation

◆ manage

val_list manage ( __isl_take isl_val_list *  ptr)
friend

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

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.

Member Data Documentation

◆ ptr

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

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

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


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