ARB
Public Member Functions | List of all members
Flag Class Reference

Public Member Functions

 Flag (const string &flagname_)
 
bool is_up () const
 
void raise ()
 
void lower ()
 
void lower_if_up ()
 

Detailed Description

Definition at line 299 of file UnitTester.cxx.

Constructor & Destructor Documentation

Flag::Flag ( const string flagname_)
inline

Definition at line 303 of file UnitTester.cxx.

Member Function Documentation

bool Flag::is_up ( ) const
inline

Definition at line 305 of file UnitTester.cxx.

Referenced by been_inside_environment(), and flag_callback().

void Flag::raise ( )
inline

Definition at line 306 of file UnitTester.cxx.

References fflush(), and ut_assert.

Referenced by flag_callback().

void Flag::lower ( )
inline

Definition at line 312 of file UnitTester.cxx.

References fflush(), TEST_EXPECT_ZERO_OR_SHOW_ERRNO, and ut_assert.

void Flag::lower_if_up ( )
inline

Definition at line 318 of file UnitTester.cxx.

Referenced by reset_test_local_flags().


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