Polly 22.0.0git
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.

References __isl_take, and ptr.

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

◆ multi_id() [2/5]

isl::multi_id::multi_id ( )
inline

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

References ptr.

◆ multi_id() [3/5]

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

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

References multi_id(), 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, res, and space().

◆ 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 ctx(), isl_multi_id_read_from_str(), ptr, 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 copy(), and get_at().

◆ copy() [1/2]

◆ copy() [2/2]

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

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

References __isl_give, and ptr.

Referenced by copy(), 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 copy(), multi_id(), 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.

Referenced by copy().

◆ get()

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

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

References __isl_keep, and ptr.

Referenced by at(), copy(), 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().

Referenced by copy().

◆ get_list()

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

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

References list().

Referenced by copy().

◆ get_space()

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

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

References space().

Referenced by copy().

◆ is_null()

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

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

References ptr.

Referenced by copy().

◆ 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 copy(), 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 multi_id(), and 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.

Referenced by copy().

◆ 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.

Referenced by copy().

◆ release()

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

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

References __isl_give, and ptr.

Referenced by copy(), 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(), pos(), 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.

Referenced by copy().

◆ 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(), pos(), 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 copy(), and set_id().

◆ size()

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

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

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

Referenced by copy(), and size().

◆ 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 copy(), get_space(), and multi_id().

◆ 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.

References __isl_keep, multi_id(), and ptr.

Referenced by copy().

Member Data Documentation

◆ ptr

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

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