#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] |
bool CVC3::StatFlag::operator-- | ( | ) | [inline] |
bool CVC3::StatFlag::operator++ | ( | ) | [inline] |
bool CVC3::StatFlag::operator-- | ( | int | ) | [inline] |
bool CVC3::StatFlag::operator++ | ( | int | ) | [inline] |
StatFlag& CVC3::StatFlag::operator= | ( | bool | x | ) | [inline] |
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==().