Polly 23.0.0git
isl::checked::multi_id Class Reference

#include <cpp-checked.h>

Inheritance diagram for isl::checked::multi_id:
[legend]

Public Member Functions

 multi_id ()
 multi_id (const multi_id &obj)
 multi_id (isl::checked::space space, isl::checked::id_list list)
 multi_id (isl::checked::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::checked::ctx ctx () const
isl::checked::id at (int pos) const
isl::checked::id get_at (int pos) const
isl::checked::multi_id flat_range_product (isl::checked::multi_id multi2) const
isl::checked::id_list list () const
isl::checked::id_list get_list () const
boolean plain_is_equal (const isl::checked::multi_id &multi2) const
isl::checked::multi_id range_product (isl::checked::multi_id multi2) const
isl::checked::multi_id set_at (int pos, isl::checked::id el) const
isl::checked::multi_id set_at (int pos, const std::string &el) const
class size size () const
isl::checked::space space () const
isl::checked::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 2317 of file cpp-checked.h.

Constructor & Destructor Documentation

◆ multi_id() [1/5]

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

Definition at line 11647 of file cpp-checked.h.

References __isl_take, and ptr.

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

◆ multi_id() [2/5]

isl::multi_id::multi_id ( )
inline

Definition at line 11650 of file cpp-checked.h.

References ptr.

◆ multi_id() [3/5]

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

Definition at line 11653 of file cpp-checked.h.

References multi_id(), obj, and ptr.

◆ multi_id() [4/5]

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

Definition at line 11659 of file cpp-checked.h.

References list(), ptr, res, and space().

◆ multi_id() [5/5]

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

Definition at line 11665 of file cpp-checked.h.

References ctx(), isl_multi_id_read_from_str(), ptr, res, and str.

◆ ~multi_id()

isl::multi_id::~multi_id ( )
inline

Definition at line 11676 of file cpp-checked.h.

References ptr.

Member Function Documentation

◆ at()

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

Definition at line 11703 of file cpp-checked.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 11681 of file cpp-checked.h.

References __isl_give, and ptr.

Referenced by copy(), flat_range_product(), range_product(), set_at(), and isl::multi_id::set_id().

◆ ctx()

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

◆ flat_range_product()

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

Definition at line 11714 of file cpp-checked.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 11685 of file cpp-checked.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 11709 of file cpp-checked.h.

References at(), and pos().

Referenced by copy().

◆ get_list()

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

Definition at line 11726 of file cpp-checked.h.

References list().

Referenced by copy().

◆ get_space()

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

Definition at line 11766 of file cpp-checked.h.

References space().

Referenced by copy().

◆ is_null()

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

Definition at line 11695 of file cpp-checked.h.

References ptr.

Referenced by copy().

◆ list()

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

Definition at line 11720 of file cpp-checked.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 11671 of file cpp-checked.h.

References multi_id(), and obj.

◆ plain_is_equal()

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

Definition at line 11731 of file cpp-checked.h.

References get(), manage, and res.

Referenced by copy().

◆ range_product()

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

Definition at line 11737 of file cpp-checked.h.

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

Referenced by copy().

◆ release()

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

Definition at line 11689 of file cpp-checked.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 11749 of file cpp-checked.h.

References ctx(), pos(), and set_at.

◆ set_at() [2/2]

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

Definition at line 11743 of file cpp-checked.h.

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

Referenced by copy().

◆ size()

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

Definition at line 11754 of file cpp-checked.h.

References get(), isl::checked::size::manage, multi_id(), res, and size().

Referenced by copy(), and size().

◆ space()

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

Definition at line 11760 of file cpp-checked.h.

References get(), manage, and res.

Referenced by copy(), get_space(), and multi_id().

◆ manage

◆ manage_copy

multi_id manage_copy ( __isl_keep isl_multi_id * ptr)
friend

Definition at line 11642 of file cpp-checked.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 files: