Async 1.8.0
Async::Macho::TopBase< T > Class Template Reference

#include <AsyncMacho.h>

Inheritance diagram for Async::Macho::TopBase< T >:
Async::Macho::_StateSpecification

Public Types

typedef T TOP
 

Protected Member Functions

 TopBase (_StateInstance &instance)
 
void dispatch (IEvent< TOP > *event)
 
_MachineBasemachine ()
 
- Protected Member Functions inherited from Async::Macho::_StateSpecification
 _StateSpecification (_StateInstance &instance)
 
template<class S >
void setState ()
 
template<class S , class P1 >
void setState (const P1 &p1)
 
template<class S , class P1 , class P2 >
void setState (const P1 &p1, const P2 &p2)
 
template<class S , class P1 , class P2 , class P3 >
void setState (const P1 &p1, const P2 &p2, const P3 &p3)
 
template<class S , class P1 , class P2 , class P3 , class P4 >
void setState (const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4)
 
template<class S , class P1 , class P2 , class P3 , class P4 , class P5 >
void setState (const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5)
 
template<class S , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
void setState (const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6)
 
template<class S >
void setStateHistory ()
 
void setState (const class Alias &state)
 
template<class S >
void setStateBox (typename S::Box *box=0)
 
template<class S >
void setStateDirect (typename S::Box *box=0)
 
virtual void _restore (_StateInstance &current)
 
void setState (_StateInstance &current)
 
virtual void _shutdown ()
 
virtual void _setHistorySuper (_StateInstance &self, _StateInstance &deep)
 

Additional Inherited Members

- Public Member Functions inherited from Async::Macho::_StateSpecification
virtual ~_StateSpecification ()
 
- Static Public Member Functions inherited from Async::Macho::_StateSpecification
static bool isChild (Key key)
 

Detailed Description

template<class T>
class Async::Macho::TopBase< T >

Definition at line 574 of file AsyncMacho.h.

Member Typedef Documentation

◆ TOP

template<class T >
T Async::Macho::TopBase< T >::TOP

Definition at line 577 of file AsyncMacho.h.

Constructor & Destructor Documentation

◆ TopBase()

template<class T >
Async::Macho::TopBase< T >::TopBase ( _StateInstance & instance)
inlineprotected

Definition at line 580 of file AsyncMacho.h.

Member Function Documentation

◆ dispatch()

template<class T >
void Async::Macho::TopBase< T >::dispatch ( IEvent< TOP > * event)
inlineprotected

Definition at line 1931 of file AsyncMacho.h.

◆ machine()

template<class T >
_MachineBase & Async::Macho::TopBase< T >::machine ( )
inlineprotected

Definition at line 1938 of file AsyncMacho.h.


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