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

#include <cpp-checked.h>

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

Public Member Functions

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

Protected Member Functions

 union_pw_aff_list (__isl_take isl_union_pw_aff_list *ptr)

Protected Attributes

isl_union_pw_aff_list * ptr = nullptr

Friends

union_pw_aff_list manage (__isl_take isl_union_pw_aff_list *ptr)
union_pw_aff_list manage_copy (__isl_keep isl_union_pw_aff_list *ptr)

Detailed Description

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

Constructor & Destructor Documentation

◆ union_pw_aff_list() [1/6]

isl::union_pw_aff_list::union_pw_aff_list ( __isl_take isl_union_pw_aff_list * ptr)
inlineexplicitprotected

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

References __isl_take, and ptr.

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

◆ union_pw_aff_list() [2/6]

isl::union_pw_aff_list::union_pw_aff_list ( )
inline

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

References ptr.

◆ union_pw_aff_list() [3/6]

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

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

References obj, ptr, and union_pw_aff_list().

◆ union_pw_aff_list() [4/6]

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

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

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

◆ union_pw_aff_list() [5/6]

isl::union_pw_aff_list::union_pw_aff_list ( isl::checked::union_pw_aff el)
inlineexplicit

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

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

◆ union_pw_aff_list() [6/6]

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

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

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

◆ ~union_pw_aff_list()

isl::union_pw_aff_list::~union_pw_aff_list ( )
inline

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

References ptr.

Member Function Documentation

◆ add()

isl::union_pw_aff_list isl::union_pw_aff_list::add ( isl::checked::union_pw_aff el) const
inline

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

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

Referenced by copy().

◆ at()

isl::union_pw_aff isl::union_pw_aff_list::at ( int index) const
inline

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

References get(), manage, and res.

Referenced by copy(), and get_at().

◆ clear()

isl::union_pw_aff_list isl::union_pw_aff_list::clear ( ) const
inline

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

References copy(), manage, and res.

Referenced by copy().

◆ concat()

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

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

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

Referenced by copy().

◆ copy() [1/2]

__isl_give isl_union_pw_aff_list * isl::checked::union_pw_aff_list::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_union_pw_aff_list * isl::union_pw_aff_list::copy ( ) const &
inline

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

References __isl_give, and ptr.

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

◆ ctx()

◆ drop()

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

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

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

Referenced by copy().

◆ foreach()

stat isl::checked::union_pw_aff_list::foreach ( const std::function< stat(isl::checked::union_pw_aff)> & fn) const
inline

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

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

Referenced by copy().

◆ foreach_scc()

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

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

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

Referenced by copy().

◆ get()

__isl_keep isl_union_pw_aff_list * isl::union_pw_aff_list::get ( ) const
inline

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

References __isl_keep, and ptr.

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

◆ get_at()

isl::union_pw_aff isl::union_pw_aff_list::get_at ( int index) const
inline

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

References at().

Referenced by copy().

◆ insert()

isl::union_pw_aff_list isl::union_pw_aff_list::insert ( unsigned int pos,
isl::checked::union_pw_aff el ) const
inline

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

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

Referenced by copy().

◆ is_null()

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

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

References ptr.

Referenced by copy().

◆ operator=()

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

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

References obj, and union_pw_aff_list().

◆ release()

__isl_give isl_union_pw_aff_list * isl::union_pw_aff_list::release ( )
inline

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

References __isl_give, and ptr.

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

◆ set_at()

isl::union_pw_aff_list isl::union_pw_aff_list::set_at ( int index,
isl::checked::union_pw_aff el ) const
inline

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

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

Referenced by copy().

◆ size()

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

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

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

Referenced by copy(), and size().

◆ manage

union_pw_aff_list manage ( __isl_take isl_union_pw_aff_list * ptr)
friend

◆ manage_copy

union_pw_aff_list manage_copy ( __isl_keep isl_union_pw_aff_list * ptr)
friend

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

References __isl_keep, ptr, and union_pw_aff_list().

Referenced by copy(), and foreach_scc().

Member Data Documentation

◆ ptr

isl_union_pw_aff_list * isl::union_pw_aff_list::ptr = nullptr
protected

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