Polly 19.0.0git
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
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.

◆ stat() [2/2]

isl::stat::stat ( )
inline

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

Referenced by error(), and ok().

Member Function Documentation

◆ error()

static stat isl::stat::error ( )
inlinestatic

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

References isl_stat_error, 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, and isl_stat_error.

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, and isl_stat_ok.

Referenced by test_foreach().

◆ ok()

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

Friends And Related Function Documentation

◆ manage

stat manage ( isl_stat  val)
friend

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

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 release().


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