TwiceAsNice  2019-02-18
Public Attributes | List of all members
Basda::ServiceWorker::Branch Struct Reference

The information which function is called if the next state is fixed. More...

#include <ServiceWorker.h>

Collaboration diagram for Basda::ServiceWorker::Branch:
Collaboration graph

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...
 

Detailed Description

The information which function is called if the next state is fixed.


Member Data Documentation

◆ m_member

ServiceWorkerMemFn Basda::ServiceWorker::Branch::m_member

The function that is executed when entering the state.


◆ m_memname

const char * Basda::ServiceWorker::Branch::m_memname

A human-readable equivalent to the function name.


◆ m_StateNext

ServiceState Basda::ServiceWorker::Branch::m_StateNext

target state


◆ m_transit

bool Basda::ServiceWorker::Branch::m_transit

flag whether the target state is temporary.



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