Polly 19.0.0git
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
isl::multi_id Class Reference

#include <isl-noexceptions.h>

Public Member Functions

 multi_id ()
 
 multi_id (const multi_id &obj)
 
 multi_id (isl::space space, isl::id_list list)
 
 multi_id (isl::ctx ctx, const std::string &str)
 
multi_idoperator= (multi_id obj)
 
 ~multi_id ()
 
__isl_give isl_multi_idcopy () const &
 
__isl_give isl_multi_idcopy () &&=delete
 
__isl_keep isl_multi_idget () const
 
__isl_give isl_multi_idrelease ()
 
bool is_null () const
 
isl::ctx ctx () const
 
isl::id at (int pos) const
 
isl::id get_at (int pos) const
 
isl::multi_id flat_range_product (isl::multi_id multi2) const
 
isl::id_list list () const
 
isl::id_list get_list () const
 
boolean plain_is_equal (const isl::multi_id &multi2) const
 
isl::multi_id range_product (isl::multi_id multi2) const
 
isl::multi_id set_at (int pos, isl::id el) const
 
isl::multi_id set_at (int pos, const std::string &el) const
 
isl::multi_id set_id (int pos, isl::id el) const
 
isl::multi_id set_id (int pos, const std::string &el) const
 
class size size () const
 
isl::space space () const
 
isl::space get_space () const
 

Protected Member Functions

 multi_id (__isl_take isl_multi_id *ptr)
 

Protected Attributes

isl_multi_idptr = nullptr
 

Friends

multi_id manage (__isl_take isl_multi_id *ptr)
 
multi_id manage_copy (__isl_keep isl_multi_id *ptr)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ multi_id() [1/5]

isl::multi_id::multi_id ( __isl_take isl_multi_id ptr)
inlineexplicitprotected

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

◆ multi_id() [2/5]

isl::multi_id::multi_id ( )
inline

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

◆ multi_id() [3/5]

isl::multi_id::multi_id ( const multi_id obj)
inline

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

References obj, and ptr.

◆ multi_id() [4/5]

isl::multi_id::multi_id ( isl::space  space,
isl::id_list  list 
)
inlineexplicit

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

References list(), ptr, isl::id_list::release(), isl::space::release(), and res.

◆ multi_id() [5/5]

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

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

References isl_multi_id_read_from_str(), ptr, isl::ctx::release(), res, and str.

◆ ~multi_id()

isl::multi_id::~multi_id ( )
inline

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

References ptr.

Member Function Documentation

◆ at()

isl::id isl::multi_id::at ( int  pos) const
inline

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

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

Referenced by get_at().

◆ copy() [1/2]

__isl_give isl_multi_id * isl::multi_id::copy ( ) &&
inlinedelete

◆ copy() [2/2]

__isl_give isl_multi_id * isl::multi_id::copy ( ) const &
inline

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

References ptr.

Referenced by flat_range_product(), range_product(), set_at(), and set_id().

◆ ctx()

isl::ctx isl::multi_id::ctx ( ) const
inline

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

References ptr.

Referenced by set_at(), and set_id().

◆ flat_range_product()

isl::multi_id isl::multi_id::flat_range_product ( isl::multi_id  multi2) const
inline

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

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

◆ get()

__isl_keep isl_multi_id * isl::multi_id::get ( ) const
inline

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

References ptr.

Referenced by at(), list(), plain_is_equal(), size(), and space().

◆ get_at()

isl::id isl::multi_id::get_at ( int  pos) const
inline

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

References at(), and pos().

◆ get_list()

isl::id_list isl::multi_id::get_list ( ) const
inline

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

References list().

◆ get_space()

isl::space isl::multi_id::get_space ( ) const
inline

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

References space().

◆ is_null()

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

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

References ptr.

◆ list()

isl::id_list isl::multi_id::list ( ) const
inline

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

References get(), manage, and res.

Referenced by get_list(), and multi_id().

◆ operator=()

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

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

References obj.

◆ plain_is_equal()

boolean isl::multi_id::plain_is_equal ( const isl::multi_id multi2) const
inline

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

References get(), manage, and res.

◆ range_product()

isl::multi_id isl::multi_id::range_product ( isl::multi_id  multi2) const
inline

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

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

◆ release()

__isl_give isl_multi_id * isl::multi_id::release ( )
inline

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

References ptr.

Referenced by flat_range_product(), and range_product().

◆ set_at() [1/2]

isl::multi_id isl::multi_id::set_at ( int  pos,
const std::string &  el 
) const
inline

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

References ctx(), and set_at.

◆ set_at() [2/2]

isl::multi_id isl::multi_id::set_at ( int  pos,
isl::id  el 
) const
inline

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

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

◆ set_id() [1/2]

isl::multi_id isl::multi_id::set_id ( int  pos,
const std::string &  el 
) const
inline

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

References ctx(), and set_id().

◆ set_id() [2/2]

isl::multi_id isl::multi_id::set_id ( int  pos,
isl::id  el 
) const
inline

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

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

Referenced by set_id().

◆ size()

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

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

References get(), manage, and res.

◆ space()

isl::space isl::multi_id::space ( ) const
inline

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

References get(), manage, and res.

Referenced by get_space().

Friends And Related Function Documentation

◆ manage

multi_id manage ( __isl_take isl_multi_id ptr)
friend

◆ manage_copy

multi_id manage_copy ( __isl_keep isl_multi_id ptr)
friend

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

Member Data Documentation

◆ ptr

isl_multi_id* isl::multi_id::ptr = nullptr
protected

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

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


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