Searched defs:BaseState (Results 1 – 5 of 5) sorted by relevance
32 class BaseState; variable
66 BaseState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>& in BaseState() function
289 struct BaseState : State { struct310 struct UninitializedState : BaseState { argument
25 …BaseState(PlayerServer &server, const std::string &name) : PlayerServerState(name), server_(server… in BaseState() function
390 struct BaseState : State { struct412 struct UninitializedState : BaseState { argument