|
|
virtual auto | getClassName () const -> FString |
| |
|
auto | getCurrentTime () const -> TimeValue |
| |
|
auto | isTimeout (const TimeValue &, uInt64) -> bool |
| |
|
auto | addTimer (ObjectT *, int) &-> int |
| |
|
auto | delTimer (int) const &-> bool |
| |
|
auto | delOwnTimers (const ObjectT *) const &-> bool |
| |
|
auto | delAllTimers () const &-> bool |
| |
|
|
using | FTimerList = std::vector< FTimerData > |
| |
|
using | FTimerListUniquePtr = std::unique_ptr< FTimerList > |
| |
|
|
auto | getTimerList () const -> FTimerList * |
| |
|
template<typename CallbackT > |
| auto | processTimerEvent (CallbackT) -> uInt |
| |
The documentation for this class was generated from the following file: