CVC3
|
#include <statistics.h>
Definition at line 38 of file statistics.h.
CVC3::StatFlag::StatFlag | ( | bool & | flag | ) | [inline] |
Definition at line 44 of file statistics.h.
CVC3::StatFlag::~StatFlag | ( | ) | [inline] |
Definition at line 46 of file statistics.h.
CVC3::StatFlag::operator bool | ( | ) | [inline] |
Definition at line 48 of file statistics.h.
References d_flag.
bool CVC3::StatFlag::operator-- | ( | ) | [inline] |
Definition at line 52 of file statistics.h.
References d_flag.
bool CVC3::StatFlag::operator++ | ( | ) | [inline] |
Definition at line 53 of file statistics.h.
References d_flag.
bool CVC3::StatFlag::operator-- | ( | int | ) | [inline] |
Definition at line 55 of file statistics.h.
References d_flag.
bool CVC3::StatFlag::operator++ | ( | int | ) | [inline] |
Definition at line 56 of file statistics.h.
References d_flag.
StatFlag& CVC3::StatFlag::operator= | ( | bool | x | ) | [inline] |
Definition at line 58 of file statistics.h.
References d_flag.
Definition at line 66 of file statistics.h.
Definition at line 69 of file statistics.h.
std::ostream& operator<< | ( | std::ostream & | os, |
const StatFlag & | f | ||
) | [friend] |
Definition at line 72 of file statistics.h.
bool* CVC3::StatFlag::d_flag [private] |
Definition at line 40 of file statistics.h.
Referenced by operator bool(), CVC3::operator!=(), operator++(), operator--(), CVC3::operator<<(), operator=(), and CVC3::operator==().