#include <tRecorderInternal.h>
Public Member Functions | |
template<class A> | |
tRecorderImp (A a) | |
template<class A, class B> | |
tRecorderImp (A a, B b) | |
~tRecorderImp () | |
void | InitPlayback () |
init function for playback | |
Private Member Functions | |
virtual BASE::STREAM & | DoGetStream () |
Returns the stream. | |
Private Attributes | |
STREAM_IMP | stream_ |
Definition at line 90 of file tRecorderInternal.h.
tRecorderImp< BASE, STREAM_IMP >::tRecorderImp | ( | A | a | ) | [inline] |
Definition at line 93 of file tRecorderInternal.h.
References tRecorderImp< BASE, STREAM_IMP >::stream_.
tRecorderImp< BASE, STREAM_IMP >::tRecorderImp | ( | A | a, | |
B | b | |||
) | [inline] |
Definition at line 94 of file tRecorderInternal.h.
References tRecorderImp< BASE, STREAM_IMP >::stream_.
tRecorderImp< BASE, STREAM_IMP >::~tRecorderImp | ( | ) | [inline] |
void tRecorderImp< BASE, STREAM_IMP >::InitPlayback | ( | ) | [inline] |
init function for playback
Definition at line 98 of file tRecorderInternal.h.
Referenced by tRecordingCommandLineAnalyzer::DoAnalyze().
virtual BASE::STREAM& tRecorderImp< BASE, STREAM_IMP >::DoGetStream | ( | ) | [inline, private, virtual] |
Returns the stream.
Definition at line 104 of file tRecorderInternal.h.
References tRecorderImp< BASE, STREAM_IMP >::stream_.
00105 { 00106 return stream_; 00107 }
STREAM_IMP tRecorderImp< BASE, STREAM_IMP >::stream_ [private] |
Definition at line 109 of file tRecorderInternal.h.
Referenced by tRecorderImp< BASE, STREAM_IMP >::DoGetStream(), and tRecorderImp< BASE, STREAM_IMP >::tRecorderImp().