#include <Action.h>
Inheritance diagram for Action:
Public Members | |||
virtual Void | Start () | ||
virtual Void | Process (T &t) = 0 | ||
virtual Void | Stop () |
Definition at line 23 of file Action.h.
template<class T> virtual Void Action<T>::Process (T & t) [pure virtual]
|
Reimplemented in StatsFinder.
template<class T> Void Action<T>::Start () [inline, virtual]
|
template<class T> Void Action<T>::Stop () [inline, virtual]
|