TwiceAsNice
2019-02-18
|
The information which function is called if the next state is fixed. More...
#include <ServiceWorker.h>
Public Attributes | |
ServiceState | m_StateNext |
target state More... | |
bool | m_transit |
flag whether the target state is temporary. More... | |
ServiceWorkerMemFn | m_member |
The function that is executed when entering the state. More... | |
const char * | m_memname |
A human-readable equivalent to the function name. More... | |
The information which function is called if the next state is fixed.
ServiceWorkerMemFn Basda::ServiceWorker::Branch::m_member |
The function that is executed when entering the state.
const char * Basda::ServiceWorker::Branch::m_memname |
A human-readable equivalent to the function name.
ServiceState Basda::ServiceWorker::Branch::m_StateNext |
target state
bool Basda::ServiceWorker::Branch::m_transit |
flag whether the target state is temporary.