Polly 24.0.0git
isl::typed::aff_list< Anonymous > Struct Reference

#include <typed_cpp.h>

Inheritance diagram for isl::typed::aff_list< Anonymous >:
[legend]

Public Member Functions

 aff_list ()=default
 aff_list (const isl::aff_list &obj)
 aff_list (const isl::ctx &ctx, int n)
 aff_list (const typed::aff< Anonymous > &el)
 aff_list (const isl::ctx &ctx, const std::string &str)
typed::aff_list< Anonymousadd (const typed::aff< Anonymous > &el) const
typed::aff< Anonymousat (int index) const
typed::aff< Anonymousget_at (int index) const =delete
typed::aff_list< Anonymousdrop (unsigned int first, unsigned int n) const
void foreach (const std::function< void(typed::aff< Anonymous >)> &fn) const
void foreach_scc (const std::function< bool(typed::aff< Anonymous >, typed::aff< Anonymous >)> &follows, const std::function< void(typed::aff_list< Anonymous >)> &fn) const
typed::aff_list< Anonymousset_at (int index, const typed::aff< Anonymous > &el) const
Public Member Functions inherited from isl::checked::aff_list
 aff_list ()
 aff_list (const aff_list &obj)
 aff_list (isl::checked::ctx ctx, int n)
 aff_list (isl::checked::aff el)
 aff_list (isl::checked::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::checked::ctx ctx () const
isl::checked::aff_list add (isl::checked::aff el) const
isl::checked::aff at (int index) const
isl::checked::aff get_at (int index) const
isl::checked::aff_list clear () const
isl::checked::aff_list concat (isl::checked::aff_list list2) const
isl::checked::aff_list drop (unsigned int first, unsigned int n) const
stat foreach (const std::function< stat(isl::checked::aff)> &fn) const
stat foreach_scc (const std::function< boolean(isl::checked::aff, isl::checked::aff)> &follows, const std::function< stat(isl::checked::aff_list)> &fn) const
isl::checked::aff_list insert (unsigned int pos, isl::checked::aff el) const
isl::checked::aff_list set_at (int index, isl::checked::aff el) const
class size size () const

Static Public Member Functions

static aff_list from (const isl::aff_list &obj)

Friends

template<typename...>
struct aff
template<typename...>
struct aff_list
template<typename...>
struct basic_map
template<typename...>
struct basic_set
template<typename...>
struct fixed_box
template<typename...>
struct id
template<typename...>
struct id_list
template<typename...>
struct map
template<typename...>
struct map_list
template<typename...>
struct multi_aff
template<typename...>
struct multi_id
template<typename...>
struct multi_pw_aff
template<typename...>
struct multi_union_pw_aff
template<typename...>
struct multi_val
template<typename...>
struct point
template<typename...>
struct pw_aff
template<typename...>
struct pw_aff_list
template<typename...>
struct pw_multi_aff
template<typename...>
struct pw_multi_aff_list
template<typename...>
struct set
template<typename...>
struct set_list
template<typename...>
struct space
template<typename...>
struct union_map
template<typename...>
struct union_pw_aff
template<typename...>
struct union_pw_aff_list
template<typename...>
struct union_pw_multi_aff
template<typename...>
struct union_set
template<typename...>
struct union_set_list
template<typename...>
struct val
template<typename...>
struct val_list

Additional Inherited Members

Protected Member Functions inherited from isl::checked::aff_list
 aff_list (__isl_take isl_aff_list *ptr)
Protected Attributes inherited from isl::checked::aff_list
isl_aff_list * ptr = nullptr

Detailed Description

Definition at line 791 of file typed_cpp.h.

Constructor & Destructor Documentation

◆ aff_list() [1/5]

isl::typed::aff_list< Anonymous >::aff_list ( )
default

◆ aff_list() [2/5]

isl::typed::aff_list< Anonymous >::aff_list ( const isl::aff_list< Anonymous > & obj)
inline

Definition at line 854 of file typed_cpp.h.

References aff_list, and obj.

◆ aff_list() [3/5]

isl::typed::aff_list< Anonymous >::aff_list ( const isl::ctx & ctx,
int n )
inlineexplicit

References isl::checked::aff_list::ctx(), and n.

◆ aff_list() [4/5]

isl::typed::aff_list< Anonymous >::aff_list ( const typed::aff< Anonymous > & el)
inlineexplicit

◆ aff_list() [5/5]

isl::typed::aff_list< Anonymous >::aff_list ( const isl::ctx & ctx,
const std::string & str )
inlineexplicit

Member Function Documentation

◆ add()

typed::aff_list< Anonymous > isl::typed::aff_list< Anonymous >::add ( const typed::aff< Anonymous > & el) const
inline

◆ at()

typed::aff< Anonymous > isl::typed::aff_list< Anonymous >::at ( int index) const
inline

◆ drop()

typed::aff_list< Anonymous > isl::typed::aff_list< Anonymous >::drop ( unsigned int first,
unsigned int n ) const
inline

References n.

◆ foreach()

void isl::typed::aff_list< Anonymous >::foreach ( const std::function< void(typed::aff< Anonymous >)> & fn) const
inline

References fn.

◆ foreach_scc()

void isl::typed::aff_list< Anonymous >::foreach_scc ( const std::function< bool(typed::aff< Anonymous >, typed::aff< Anonymous >)> & follows,
const std::function< void(typed::aff_list< Anonymous >)> & fn ) const
inline

References fn.

◆ from()

aff_list isl::typed::aff_list< Anonymous >::from ( const isl::aff_list< Anonymous > & obj)
inlinestatic

Definition at line 855 of file typed_cpp.h.

References aff_list, and obj.

◆ get_at()

typed::aff< Anonymous > isl::typed::aff_list< Anonymous >::get_at ( int index) const
inlinedelete

◆ set_at()

typed::aff_list< Anonymous > isl::typed::aff_list< Anonymous >::set_at ( int index,
const typed::aff< Anonymous > & el ) const
inline

◆ aff

template<typename...>
friend struct aff
friend

Definition at line 793 of file typed_cpp.h.

References aff.

Referenced by aff.

◆ aff_list

template<typename...>
friend struct aff_list
friend

Definition at line 795 of file typed_cpp.h.

References aff_list.

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

◆ basic_map

template<typename...>
friend struct basic_map
friend

Definition at line 797 of file typed_cpp.h.

References basic_map.

Referenced by basic_map.

◆ basic_set

template<typename...>
friend struct basic_set
friend

Definition at line 799 of file typed_cpp.h.

References basic_set.

Referenced by basic_set.

◆ fixed_box

template<typename...>
friend struct fixed_box
friend

Definition at line 801 of file typed_cpp.h.

References fixed_box.

Referenced by fixed_box.

◆ id

template<typename...>
friend struct id
friend

Definition at line 803 of file typed_cpp.h.

References id.

Referenced by id.

◆ id_list

template<typename...>
friend struct id_list
friend

Definition at line 805 of file typed_cpp.h.

References id_list.

Referenced by id_list.

◆ map

template<typename...>
friend struct map
friend

Definition at line 807 of file typed_cpp.h.

References map.

Referenced by map.

◆ map_list

template<typename...>
friend struct map_list
friend

Definition at line 809 of file typed_cpp.h.

References map_list.

Referenced by map_list.

◆ multi_aff

template<typename...>
friend struct multi_aff
friend

Definition at line 811 of file typed_cpp.h.

References multi_aff.

Referenced by multi_aff.

◆ multi_id

template<typename...>
friend struct multi_id
friend

Definition at line 813 of file typed_cpp.h.

References multi_id.

Referenced by multi_id.

◆ multi_pw_aff

template<typename...>
friend struct multi_pw_aff
friend

Definition at line 815 of file typed_cpp.h.

References multi_pw_aff.

Referenced by multi_pw_aff.

◆ multi_union_pw_aff

template<typename...>
friend struct multi_union_pw_aff
friend

Definition at line 817 of file typed_cpp.h.

References multi_union_pw_aff.

Referenced by multi_union_pw_aff.

◆ multi_val

template<typename...>
friend struct multi_val
friend

Definition at line 819 of file typed_cpp.h.

References multi_val.

Referenced by multi_val.

◆ point

template<typename...>
friend struct point
friend

Definition at line 821 of file typed_cpp.h.

References point.

Referenced by point.

◆ pw_aff

template<typename...>
friend struct pw_aff
friend

Definition at line 823 of file typed_cpp.h.

References pw_aff.

Referenced by pw_aff.

◆ pw_aff_list

template<typename...>
friend struct pw_aff_list
friend

Definition at line 825 of file typed_cpp.h.

References pw_aff_list.

Referenced by pw_aff_list.

◆ pw_multi_aff

template<typename...>
friend struct pw_multi_aff
friend

Definition at line 827 of file typed_cpp.h.

References pw_multi_aff.

Referenced by pw_multi_aff.

◆ pw_multi_aff_list

template<typename...>
friend struct pw_multi_aff_list
friend

Definition at line 829 of file typed_cpp.h.

References pw_multi_aff_list.

Referenced by pw_multi_aff_list.

◆ set

template<typename...>
friend struct set
friend

Definition at line 831 of file typed_cpp.h.

References set.

Referenced by set.

◆ set_list

template<typename...>
friend struct set_list
friend

Definition at line 833 of file typed_cpp.h.

References set_list.

Referenced by set_list.

◆ space

template<typename...>
friend struct space
friend

Definition at line 835 of file typed_cpp.h.

References space.

Referenced by space.

◆ union_map

template<typename...>
friend struct union_map
friend

Definition at line 837 of file typed_cpp.h.

References union_map.

Referenced by union_map.

◆ union_pw_aff

template<typename...>
friend struct union_pw_aff
friend

Definition at line 839 of file typed_cpp.h.

References union_pw_aff.

Referenced by union_pw_aff.

◆ union_pw_aff_list

template<typename...>
friend struct union_pw_aff_list
friend

Definition at line 841 of file typed_cpp.h.

References union_pw_aff_list.

Referenced by union_pw_aff_list.

◆ union_pw_multi_aff

template<typename...>
friend struct union_pw_multi_aff
friend

Definition at line 843 of file typed_cpp.h.

References union_pw_multi_aff.

Referenced by union_pw_multi_aff.

◆ union_set

template<typename...>
friend struct union_set
friend

Definition at line 845 of file typed_cpp.h.

References union_set.

Referenced by union_set.

◆ union_set_list

template<typename...>
friend struct union_set_list
friend

Definition at line 847 of file typed_cpp.h.

References union_set_list.

Referenced by union_set_list.

◆ val

template<typename...>
friend struct val
friend

Definition at line 849 of file typed_cpp.h.

References val.

Referenced by val.

◆ val_list

template<typename...>
friend struct val_list
friend

Definition at line 851 of file typed_cpp.h.

References val_list.

Referenced by val_list.


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