#include <UT_Counter.h>
Public Member Functions | |
| UT_Counter (const char *) | |
| ~UT_Counter () | |
| UT_Counter & | operator+= (int) |
| UT_Counter & | operator++ (int) |
| UT_Counter & | operator-= (int) |
| UT_Counter & | operator-- (int) |
| void | reset () |
Definition at line 94 of file UT_Counter.h.
| UT_Counter::UT_Counter | ( | const char * | ) | [inline] |
Definition at line 96 of file UT_Counter.h.
| UT_Counter::~UT_Counter | ( | ) | [inline] |
Definition at line 97 of file UT_Counter.h.
| UT_Counter& UT_Counter::operator++ | ( | int | ) | [inline] |
Definition at line 100 of file UT_Counter.h.
| UT_Counter& UT_Counter::operator+= | ( | int | ) | [inline] |
Definition at line 99 of file UT_Counter.h.
| UT_Counter& UT_Counter::operator-- | ( | int | ) | [inline] |
Definition at line 102 of file UT_Counter.h.
| UT_Counter& UT_Counter::operator-= | ( | int | ) | [inline] |
Definition at line 101 of file UT_Counter.h.
| void UT_Counter::reset | ( | void | ) | [inline] |
Definition at line 103 of file UT_Counter.h.
1.5.9