22 #ifndef _stir_TimedBlock_H_ 23 #define _stir_TimedBlock_H_ 62 template <
class TimerT>
63 class TimedBlock<TimerT =
Timer>
67 inline TimedBlock(TimerT&
Timer);
69 inline virtual ~TimedBlock(
void);
73 TimedBlock(
const TimedBlock&);
74 TimedBlock& operator=(
const TimedBlock&);
79 template <
class TimerT>
80 TimedBlock<TimerT>::TimedBlock(TimerT& timer)
86 template <
class TimerT>
87 TimedBlock<TimerT>::~TimedBlock(
void)
Namespace for the STIR library (and some/most of its applications)
Definition: General_Reconstruction.cxx:6
A general base class for timers. Interface is like a stop watch.
Definition: Timer.h:53