Simple C++ Game
Public Member Functions | List of all members
StateMachine::StateTransition Class Reference
Inheritance diagram for StateMachine::StateTransition:
Inheritance graph
[legend]

Public Member Functions

 StateTransition (std::shared_ptr< State > &target)
 
std::shared_ptr< State > & getTargetState () const
 
virtual bool guard (const Event &trigger) const
 
virtual void effect () const
 

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