Squid::Tasks 1.0.0
C++14 coroutine-based task library for games
FSM::StateId Struct Reference

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
 

Detailed Description

State ID handle, representing a unique state ID with "invalid id" semantics.


The documentation for this struct was generated from the following file: