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

#include <typed_cpp.h>

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

Public Member Functions

 fixed_box ()=default
template<typename Arg1, typename std::enable_if< std::is_base_of< Domain, Arg1 >{}, bool >::type = true>
 fixed_box (const fixed_box< Arg1 > &obj)
 fixed_box (const isl::ctx &ctx, const std::string &str)
typed::multi_aff< Domainoffset () const
typed::multi_aff< Domainget_offset () const =delete
typed::multi_val< Domainsize () const
typed::multi_val< Domainget_size () const =delete
typed::space< Domainspace () const
typed::space< Domainget_space () const =delete
Public Member Functions inherited from isl::checked::fixed_box
 fixed_box ()
 fixed_box (const fixed_box &obj)
 fixed_box (isl::checked::ctx ctx, const std::string &str)
fixed_boxoperator= (fixed_box obj)
 ~fixed_box ()
__isl_give isl_fixed_boxcopy () const &
__isl_give isl_fixed_boxcopy () &&=delete
__isl_keep isl_fixed_boxget () const
__isl_give isl_fixed_boxrelease ()
bool is_null () const
isl::checked::ctx ctx () const
boolean is_valid () const
isl::checked::multi_aff offset () const
isl::checked::multi_aff get_offset () const
boolean plain_is_equal (const isl::checked::fixed_box &box2) const
isl::checked::multi_val size () const
isl::checked::multi_val get_size () const
isl::checked::space space () const
isl::checked::space get_space () const

Static Public Member Functions

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

Private Member Functions

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

Detailed Description

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

Definition at line 2748 of file typed_cpp.h.

Constructor & Destructor Documentation

◆ fixed_box() [1/4]

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

◆ fixed_box() [2/4]

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

Definition at line 2815 of file typed_cpp.h.

References fixed_box, and obj.

◆ fixed_box() [3/4]

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

Definition at line 2820 of file typed_cpp.h.

References fixed_box, and obj.

◆ fixed_box() [4/4]

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

Member Function Documentation

◆ from()

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

Definition at line 2822 of file typed_cpp.h.

References fixed_box, and obj.

◆ get_offset()

template<typename Domain>
typed::multi_aff< Domain > isl::typed::fixed_box< Domain >::get_offset ( ) const
inlinedelete

◆ get_size()

template<typename Domain>
typed::multi_val< Domain > isl::typed::fixed_box< Domain >::get_size ( ) const
inlinedelete

◆ get_space()

template<typename Domain>
typed::space< Domain > isl::typed::fixed_box< Domain >::get_space ( ) const
inlinedelete

◆ offset()

template<typename Domain>
typed::multi_aff< Domain > isl::typed::fixed_box< Domain >::offset ( ) const
inline

◆ size()

template<typename Domain>
typed::multi_val< Domain > isl::typed::fixed_box< Domain >::size ( ) const
inline

◆ space()

template<typename Domain>
typed::space< Domain > isl::typed::fixed_box< Domain >::space ( ) const
inline

◆ aff

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

Definition at line 2750 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 2752 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 2754 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 2756 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 2758 of file typed_cpp.h.

References fixed_box.

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

◆ id

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

Definition at line 2760 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 2762 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 2764 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 2766 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 2768 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 2770 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 2772 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 2774 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 2776 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 2778 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 2780 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 2782 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 2784 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 2786 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 2788 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 2790 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 2792 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 2794 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 2796 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 2798 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 2800 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 2802 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 2804 of file typed_cpp.h.

References union_set_list.

Referenced by union_set_list.

◆ val

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

Definition at line 2806 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 2808 of file typed_cpp.h.

References val_list.

Referenced by val_list.


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