Polly 24.0.0git
isl::typed::union_set_list< Domain > Struct Template Reference

#include <typed_cpp.h>

Inheritance diagram for isl::typed::union_set_list< Domain >:
[legend]

Public Member Functions

 union_set_list ()=default
template<typename Arg1, typename std::enable_if< std::is_base_of< Domain, Arg1 >{}, bool >::type = true>
 union_set_list (const union_set_list< Arg1 > &obj)
 union_set_list (const isl::ctx &ctx, int n)
 union_set_list (const typed::union_set< Domain > &el)
 union_set_list (const isl::ctx &ctx, const std::string &str)
typed::union_set_list< Domainadd (const typed::union_set< Domain > &el) const
typed::union_set_list< Domainadd (const typed::basic_set< Domain > &el) const
typed::union_set_list< Domainadd (const typed::point< Domain > &el) const
typed::union_set_list< Domainadd (const typed::set< Domain > &el) const
typed::union_set< Domainat (int index) const
typed::union_set< Domainget_at (int index) const =delete
typed::union_set_list< Domaindrop (unsigned int first, unsigned int n) const
void foreach (const std::function< void(typed::union_set< Domain >)> &fn) const
void foreach_scc (const std::function< bool(typed::union_set< Domain >, typed::union_set< Domain >)> &follows, const std::function< void(typed::union_set_list< Domain >)> &fn) const
typed::union_set_list< Domainset_at (int index, const typed::union_set< Anonymous > &el) const
Public Member Functions inherited from isl::checked::union_set_list
 union_set_list ()
 union_set_list (const union_set_list &obj)
 union_set_list (isl::checked::ctx ctx, int n)
 union_set_list (isl::checked::union_set el)
 union_set_list (isl::checked::ctx ctx, const std::string &str)
union_set_listoperator= (union_set_list obj)
 ~union_set_list ()
__isl_give isl_union_set_listcopy () const &
__isl_give isl_union_set_listcopy () &&=delete
__isl_keep isl_union_set_listget () const
__isl_give isl_union_set_listrelease ()
bool is_null () const
isl::checked::ctx ctx () const
isl::checked::union_set_list add (isl::checked::union_set el) const
isl::checked::union_set at (int index) const
isl::checked::union_set get_at (int index) const
isl::checked::union_set_list clear () const
isl::checked::union_set_list concat (isl::checked::union_set_list list2) const
isl::checked::union_set_list drop (unsigned int first, unsigned int n) const
stat foreach (const std::function< stat(isl::checked::union_set)> &fn) const
stat foreach_scc (const std::function< boolean(isl::checked::union_set, isl::checked::union_set)> &follows, const std::function< stat(isl::checked::union_set_list)> &fn) const
isl::checked::union_set_list insert (unsigned int pos, isl::checked::union_set el) const
isl::checked::union_set_list set_at (int index, isl::checked::union_set el) const
class size size () const

Static Public Member Functions

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

Private Member Functions

template<typename base, typename std::enable_if< std::is_same< base, isl::union_set_list >{}, bool >::type = true>
 union_set_list (const base &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::union_set_list
 union_set_list (__isl_take isl_union_set_list *ptr)
Protected Attributes inherited from isl::checked::union_set_list
isl_union_set_listptr = nullptr

Detailed Description

template<typename Domain>
struct isl::typed::union_set_list< Domain >

Definition at line 14254 of file typed_cpp.h.

Constructor & Destructor Documentation

◆ union_set_list() [1/6]

template<typename Domain>
isl::typed::union_set_list< Domain >::union_set_list ( )
default

◆ union_set_list() [2/6]

template<typename Domain>
template<typename Arg1, typename std::enable_if< std::is_base_of< Domain, Arg1 >{}, bool >::type = true>
isl::typed::union_set_list< Domain >::union_set_list ( const union_set_list< Arg1 > & obj)
inline

Definition at line 14321 of file typed_cpp.h.

References obj, and union_set_list.

◆ union_set_list() [3/6]

template<typename Domain>
template<typename base, typename std::enable_if< std::is_same< base, isl::union_set_list >{}, bool >::type = true>
isl::typed::union_set_list< Domain >::union_set_list ( const base & obj)
inlineprivate

Definition at line 14326 of file typed_cpp.h.

References obj, and union_set_list.

◆ union_set_list() [4/6]

template<typename Domain>
isl::typed::union_set_list< Domain >::union_set_list ( const isl::ctx & ctx,
int n )
inlineexplicit

◆ union_set_list() [5/6]

template<typename Domain>
isl::typed::union_set_list< Domain >::union_set_list ( const typed::union_set< Domain > & el)
inlineexplicit

◆ union_set_list() [6/6]

template<typename Domain>
isl::typed::union_set_list< Domain >::union_set_list ( const isl::ctx & ctx,
const std::string & str )
inlineexplicit

Member Function Documentation

◆ add() [1/4]

template<typename Domain>
typed::union_set_list< Domain > isl::typed::union_set_list< Domain >::add ( const typed::basic_set< Domain > & el) const
inline

◆ add() [2/4]

template<typename Domain>
typed::union_set_list< Domain > isl::typed::union_set_list< Domain >::add ( const typed::point< Domain > & el) const
inline

◆ add() [3/4]

template<typename Domain>
typed::union_set_list< Domain > isl::typed::union_set_list< Domain >::add ( const typed::set< Domain > & el) const
inline

◆ add() [4/4]

template<typename Domain>
typed::union_set_list< Domain > isl::typed::union_set_list< Domain >::add ( const typed::union_set< Domain > & el) const
inline

◆ at()

template<typename Domain>
typed::union_set< Domain > isl::typed::union_set_list< Domain >::at ( int index) const
inline

◆ drop()

template<typename Domain>
typed::union_set_list< Domain > isl::typed::union_set_list< Domain >::drop ( unsigned int first,
unsigned int n ) const
inline

References n.

◆ foreach()

template<typename Domain>
void isl::typed::union_set_list< Domain >::foreach ( const std::function< void(typed::union_set< Domain >)> & fn) const
inline

References fn.

◆ foreach_scc()

template<typename Domain>
void isl::typed::union_set_list< Domain >::foreach_scc ( const std::function< bool(typed::union_set< Domain >, typed::union_set< Domain >)> & follows,
const std::function< void(typed::union_set_list< Domain >)> & fn ) const
inline

References fn.

◆ from()

template<typename Domain>
union_set_list isl::typed::union_set_list< Domain >::from ( const isl::union_set_list< Domain > & obj)
inlinestatic

Definition at line 14328 of file typed_cpp.h.

References obj, and union_set_list.

◆ get_at()

template<typename Domain>
typed::union_set< Domain > isl::typed::union_set_list< Domain >::get_at ( int index) const
inlinedelete

◆ set_at()

template<typename Domain>
typed::union_set_list< Domain > isl::typed::union_set_list< Domain >::set_at ( int index,
const typed::union_set< Anonymous > & el ) const
inline

◆ aff

template<typename Domain>
template<typename...>
friend struct aff
friend

Definition at line 14256 of file typed_cpp.h.

References aff.

Referenced by aff.

◆ aff_list

template<typename Domain>
template<typename...>
friend struct aff_list
friend

Definition at line 14258 of file typed_cpp.h.

References aff_list.

Referenced by aff_list.

◆ basic_map

template<typename Domain>
template<typename...>
friend struct basic_map
friend

Definition at line 14260 of file typed_cpp.h.

References basic_map.

Referenced by basic_map.

◆ basic_set

template<typename Domain>
template<typename...>
friend struct basic_set
friend

Definition at line 14262 of file typed_cpp.h.

References basic_set.

Referenced by basic_set.

◆ fixed_box

template<typename Domain>
template<typename...>
friend struct fixed_box
friend

Definition at line 14264 of file typed_cpp.h.

References fixed_box.

Referenced by fixed_box.

◆ id

template<typename Domain>
template<typename...>
friend struct id
friend

Definition at line 14266 of file typed_cpp.h.

References id.

Referenced by id.

◆ id_list

template<typename Domain>
template<typename...>
friend struct id_list
friend

Definition at line 14268 of file typed_cpp.h.

References id_list.

Referenced by id_list.

◆ map

template<typename Domain>
template<typename...>
friend struct map
friend

Definition at line 14270 of file typed_cpp.h.

References map.

Referenced by map.

◆ map_list

template<typename Domain>
template<typename...>
friend struct map_list
friend

Definition at line 14272 of file typed_cpp.h.

References map_list.

Referenced by map_list.

◆ multi_aff

template<typename Domain>
template<typename...>
friend struct multi_aff
friend

Definition at line 14274 of file typed_cpp.h.

References multi_aff.

Referenced by multi_aff.

◆ multi_id

template<typename Domain>
template<typename...>
friend struct multi_id
friend

Definition at line 14276 of file typed_cpp.h.

References multi_id.

Referenced by multi_id.

◆ multi_pw_aff

template<typename Domain>
template<typename...>
friend struct multi_pw_aff
friend

Definition at line 14278 of file typed_cpp.h.

References multi_pw_aff.

Referenced by multi_pw_aff.

◆ multi_union_pw_aff

template<typename Domain>
template<typename...>
friend struct multi_union_pw_aff
friend

Definition at line 14280 of file typed_cpp.h.

References multi_union_pw_aff.

Referenced by multi_union_pw_aff.

◆ multi_val

template<typename Domain>
template<typename...>
friend struct multi_val
friend

Definition at line 14282 of file typed_cpp.h.

References multi_val.

Referenced by multi_val.

◆ point

template<typename Domain>
template<typename...>
friend struct point
friend

Definition at line 14284 of file typed_cpp.h.

References point.

Referenced by point.

◆ pw_aff

template<typename Domain>
template<typename...>
friend struct pw_aff
friend

Definition at line 14286 of file typed_cpp.h.

References pw_aff.

Referenced by pw_aff.

◆ pw_aff_list

template<typename Domain>
template<typename...>
friend struct pw_aff_list
friend

Definition at line 14288 of file typed_cpp.h.

References pw_aff_list.

Referenced by pw_aff_list.

◆ pw_multi_aff

template<typename Domain>
template<typename...>
friend struct pw_multi_aff
friend

Definition at line 14290 of file typed_cpp.h.

References pw_multi_aff.

Referenced by pw_multi_aff.

◆ pw_multi_aff_list

template<typename Domain>
template<typename...>
friend struct pw_multi_aff_list
friend

Definition at line 14292 of file typed_cpp.h.

References pw_multi_aff_list.

Referenced by pw_multi_aff_list.

◆ set

template<typename Domain>
template<typename...>
friend struct set
friend

Definition at line 14294 of file typed_cpp.h.

References set.

Referenced by set.

◆ set_list

template<typename Domain>
template<typename...>
friend struct set_list
friend

Definition at line 14296 of file typed_cpp.h.

References set_list.

Referenced by set_list.

◆ space

template<typename Domain>
template<typename...>
friend struct space
friend

Definition at line 14298 of file typed_cpp.h.

References space.

Referenced by space.

◆ union_map

template<typename Domain>
template<typename...>
friend struct union_map
friend

Definition at line 14300 of file typed_cpp.h.

References union_map.

Referenced by union_map.

◆ union_pw_aff

template<typename Domain>
template<typename...>
friend struct union_pw_aff
friend

Definition at line 14302 of file typed_cpp.h.

References union_pw_aff.

Referenced by union_pw_aff.

◆ union_pw_aff_list

template<typename Domain>
template<typename...>
friend struct union_pw_aff_list
friend

Definition at line 14304 of file typed_cpp.h.

References union_pw_aff_list.

Referenced by union_pw_aff_list.

◆ union_pw_multi_aff

template<typename Domain>
template<typename...>
friend struct union_pw_multi_aff
friend

Definition at line 14306 of file typed_cpp.h.

References union_pw_multi_aff.

Referenced by union_pw_multi_aff.

◆ union_set

template<typename Domain>
template<typename...>
friend struct union_set
friend

Definition at line 14308 of file typed_cpp.h.

References union_set.

Referenced by union_set.

◆ union_set_list

template<typename Domain>
template<typename...>
friend struct union_set_list
friend

Definition at line 14310 of file typed_cpp.h.

References union_set_list.

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

◆ val

template<typename Domain>
template<typename...>
friend struct val
friend

Definition at line 14312 of file typed_cpp.h.

References val.

Referenced by val.

◆ val_list

template<typename Domain>
template<typename...>
friend struct val_list
friend

Definition at line 14314 of file typed_cpp.h.

References val_list.

Referenced by val_list.


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