|
HDK
|
#include <UT_Counter.h>
Public Member Functions | |
| UT_Counter (const char *) | |
| ~UT_Counter () | |
| UT_Counter (const UT_Counter &m)=default | |
| UT_Counter & | operator= (const UT_Counter &m)=default |
| UT_Counter & | max (exint) |
| UT_Counter & | operator+= (int) |
| UT_Counter & | operator++ () |
| UT_Counter & | operator++ (int) |
| UT_Counter & | operator-= (int) |
| UT_Counter & | operator-- () |
| UT_Counter & | operator-- (int) |
| void | reset () |
| exint | peak () const |
| exint | count () const |
| exint | increments () const |
Definition at line 108 of file UT_Counter.h.
|
inline |
Definition at line 111 of file UT_Counter.h.
|
inline |
Definition at line 112 of file UT_Counter.h.
|
default |
|
inline |
Definition at line 126 of file UT_Counter.h.
|
inline |
Definition at line 127 of file UT_Counter.h.
|
inline |
Definition at line 117 of file UT_Counter.h.
|
inline |
Definition at line 119 of file UT_Counter.h.
|
inline |
Definition at line 120 of file UT_Counter.h.
|
inline |
Definition at line 118 of file UT_Counter.h.
|
inline |
Definition at line 122 of file UT_Counter.h.
|
inline |
Definition at line 123 of file UT_Counter.h.
|
inline |
Definition at line 121 of file UT_Counter.h.
|
default |
|
inline |
Definition at line 125 of file UT_Counter.h.
Definition at line 124 of file UT_Counter.h.