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++ (int) |
UT_Counter & | operator-= (int) |
UT_Counter & | operator-- (int) |
void | reset () |
exint | peak () const |
exint | count () const |
exint | increments () const |
Definition at line 100 of file UT_Counter.h.
|
inline |
Definition at line 103 of file UT_Counter.h.
|
inline |
Definition at line 104 of file UT_Counter.h.
|
default |
|
inline |
Definition at line 116 of file UT_Counter.h.
|
inline |
Definition at line 117 of file UT_Counter.h.
|
inline |
Definition at line 109 of file UT_Counter.h.
|
inline |
Definition at line 111 of file UT_Counter.h.
|
inline |
Definition at line 110 of file UT_Counter.h.
|
inline |
Definition at line 113 of file UT_Counter.h.
|
inline |
Definition at line 112 of file UT_Counter.h.
|
default |
|
inline |
Definition at line 115 of file UT_Counter.h.
Definition at line 114 of file UT_Counter.h.