#include <iostream>
#include <map>
#include <queue>
#include <string>
#include "igstkMacros.h"
#include "igstkStateMachineState.h"
#include "igstkStateMachineInput.h"
#include "igstkStateMachine.txx"
Go to the source code of this file.
Namespaces |
namespace | 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.
|