#include <statistics.h>
Definition at line 80 of file statistics.h.
| CVC3::StatCounter::StatCounter | ( | int & | c | ) | [inline] |
Definition at line 86 of file statistics.h.
| CVC3::StatCounter::~StatCounter | ( | ) | [inline] |
Definition at line 88 of file statistics.h.
| CVC3::StatCounter::operator int | ( | ) | [inline] |
| int CVC3::StatCounter::operator-- | ( | ) | [inline] |
Definition at line 96 of file statistics.h.
| int CVC3::StatCounter::operator++ | ( | ) | [inline] |
Definition at line 97 of file statistics.h.
| int CVC3::StatCounter::operator-- | ( | int | ) | [inline] |
| int CVC3::StatCounter::operator++ | ( | int | ) | [inline] |
| StatCounter& CVC3::StatCounter::operator= | ( | int | x | ) | [inline] |
| StatCounter& CVC3::StatCounter::operator+= | ( | int | x | ) | [inline] |
| StatCounter& CVC3::StatCounter::operator-= | ( | int | x | ) | [inline] |
| StatCounter& CVC3::StatCounter::operator= | ( | const StatCounter & | x | ) | [inline] |
| StatCounter& CVC3::StatCounter::operator-= | ( | const StatCounter & | x | ) | [inline] |
| StatCounter& CVC3::StatCounter::operator+= | ( | const StatCounter & | x | ) | [inline] |
| bool operator== | ( | const StatCounter & | c1, | |
| const StatCounter & | c2 | |||
| ) | [friend] |
Definition at line 122 of file statistics.h.
| bool operator!= | ( | const StatCounter & | c1, | |
| const StatCounter & | c2 | |||
| ) | [friend] |
Definition at line 125 of file statistics.h.
| bool operator== | ( | int | c1, | |
| const StatCounter & | c2 | |||
| ) | [friend] |
Definition at line 128 of file statistics.h.
| bool operator!= | ( | int | c1, | |
| const StatCounter & | c2 | |||
| ) | [friend] |
Definition at line 131 of file statistics.h.
| bool operator== | ( | const StatCounter & | c1, | |
| int | c2 | |||
| ) | [friend] |
Definition at line 134 of file statistics.h.
| bool operator!= | ( | const StatCounter & | c1, | |
| int | c2 | |||
| ) | [friend] |
Definition at line 137 of file statistics.h.
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const StatCounter & | f | |||
| ) | [friend] |
Definition at line 140 of file statistics.h.
int* CVC3::StatCounter::d_counter [private] |
Definition at line 82 of file statistics.h.
Referenced by operator int(), CVC3::operator!=(), operator++(), operator+=(), operator--(), operator-=(), CVC3::operator<<(), operator=(), and CVC3::operator==().
1.5.8