Ark Server API (ASA) - Wiki
|
#include <NoopCounter.h>
Public Member Functions | |
FNoopCounter () | |
FNoopCounter (const FNoopCounter &Other) | |
FNoopCounter (int32 Value) | |
int32 | Increment () |
int32 | Add (int32 Amount) |
int32 | Decrement () |
int32 | Subtract (int32 Amount) |
int32 | Set (int32 Value) |
int32 | Reset () |
int32 | GetValue () const |
Fake Thread safe counter, used to avoid cluttering code with ifdefs when counters are only used for debugging.
Definition at line 8 of file NoopCounter.h.
|
inline |
Definition at line 12 of file NoopCounter.h.
|
inline |
Definition at line 13 of file NoopCounter.h.
|
inline |
Definition at line 14 of file NoopCounter.h.
Definition at line 21 of file NoopCounter.h.
|
inline |
Definition at line 26 of file NoopCounter.h.
|
inline |
Definition at line 46 of file NoopCounter.h.
|
inline |
Definition at line 16 of file NoopCounter.h.
|
inline |
Definition at line 41 of file NoopCounter.h.
Definition at line 36 of file NoopCounter.h.
Definition at line 31 of file NoopCounter.h.