Polly 22.0.0git
isl::stat Class Reference

#include <isl-noexceptions.h>

Public Member Functions

 stat ()
isl_stat release ()
bool is_error () const
bool is_ok () const

Static Public Member Functions

static stat ok ()
static stat error ()

Private Member Functions

 stat (isl_stat val)

Private Attributes

std::shared_ptr< checkercheck = std::make_shared<checker>()
isl_stat val

Friends

stat manage (isl_stat val)

Detailed Description

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

Constructor & Destructor Documentation

◆ stat() [1/2]

isl::stat::stat ( isl_stat val)
inlineprivate

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

References val.

Referenced by error(), manage, and ok().

◆ stat() [2/2]

isl::stat::stat ( )
inline

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

References isl_stat_error, and val.

Referenced by error(), and ok().

Member Function Documentation

◆ error()

stat isl::stat::error ( )
inlinestatic

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

References isl_stat_error, stat(), and stat().

Referenced by polly::getConstant(), and test_foreach().

◆ is_error()

bool isl::stat::is_error ( ) const
inline

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

References check, isl_stat_error, and val.

Referenced by polly::getConstant(), and test_foreach().

◆ is_ok()

bool isl::stat::is_ok ( ) const
inline

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

References check, isl_stat_ok, and val.

Referenced by test_foreach().

◆ ok()

stat isl::stat::ok ( )
inlinestatic

◆ release()

isl_stat isl::stat::release ( )
inline

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

References check, and val.

◆ manage

stat manage ( isl_stat val)
friend

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

References stat(), and val.

Member Data Documentation

◆ check

std::shared_ptr<checker> isl::stat::check = std::make_shared<checker>()
mutableprivate

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

Referenced by is_error(), is_ok(), and release().

◆ val

isl_stat isl::stat::val
private

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

Referenced by is_error(), is_ok(), manage, release(), stat(), and stat().


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