Squid::Tasks 1.0.0
C++14 coroutine-based task library for games
|
State ID handle, representing a unique state ID with "invalid id" semantics. More...
#include <TaskFSM.h>
Public Member Functions | |
StateId (int32_t in_idx) | |
StateId (size_t in_idx) | |
bool | operator== (const StateId &other) const |
bool | operator!= (const StateId &other) const |
bool | IsValid () const |
Public Attributes | |
int32_t | idx = INT32_MAX |
State ID handle, representing a unique state ID with "invalid id" semantics.