IGSTK
Classes | Namespaces | Functions
igstkStateMachine.h File Reference
#include <iostream>
#include <map>
#include <queue>
#include <string>
#include "igstkMacros.h"
#include "igstkStateMachineState.h"
#include "igstkStateMachineInput.h"
#include "igstkStateMachine.txx"
Include dependency graph for igstkStateMachine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  igstk::StateMachine< TClass >
 Generic implementation of the State Machine model. More...
 

Namespaces

 igstk
 This file contains the declarations of IGSTK Events used to communicate among components.
 

Functions

template<class TClass >
std::ostream & igstk::operator<< (std::ostream &os, const StateMachine< TClass > &o)
 Print the object information in a stream. More...