|
CLAM-Development
1.4.0
|
#include <ControlTrace.hxx>
Public Types | |
| typedef std::list < ControlTraceEvent > | EventList |
Public Member Functions | |
| virtual | ~ControlTraceData () |
| ControlTraceData () | |
| ControlTraceData (const ControlTraceData &obj) | |
| const char * | GetClassName () const |
| Return the class name. | |
| unsigned int | GetVersion () const |
| void | LoadFrom (Storage &storage) |
| Loads component's subitems from the given Storage. | |
| void | StoreOn (Storage &storage) const |
| Stores component's subitems on the given Storage. | |
| size_t | GetNumberOfControls () const |
| void | Append (const ControlTraceEvent &data) |
| EventList::iterator | Begin () |
| EventList::iterator | End () |
| void | Clear () |
Public Member Functions inherited from CLAM::Component | |
| virtual | ~Component () |
| virtual Component * | ShallowCopy () const |
| virtual Component * | DeepCopy () const |
Definition at line 65 of file ControlTrace.hxx.
| typedef std::list<ControlTraceEvent> CLAM::ControlTraceData::EventList |
Definition at line 68 of file ControlTrace.hxx.
|
inlinevirtual |
Definition at line 69 of file ControlTrace.hxx.
| CLAM::ControlTraceData::ControlTraceData | ( | ) |
Definition at line 121 of file ControlTrace.cxx.
| CLAM::ControlTraceData::ControlTraceData | ( | const ControlTraceData & | obj | ) |
Definition at line 125 of file ControlTrace.cxx.
| void CLAM::ControlTraceData::Append | ( | const ControlTraceEvent & | data | ) |
Definition at line 154 of file ControlTrace.cxx.
References CLAM::ControlTraceEvent::ValuesEqual(), and CLAM::ControlTraceEvent::WasRepeated().
Referenced by CLAM::ControlTraceWriter::Do().
|
inline |
Definition at line 85 of file ControlTrace.hxx.
Referenced by CLAM::ControlTraceReader::ConcreteStart().
|
inline |
Definition at line 88 of file ControlTrace.hxx.
Referenced by CLAM::ControlTraceWriter::ConcreteStop().
|
inline |
Definition at line 86 of file ControlTrace.hxx.
Referenced by CLAM::ControlTraceReader::Do().
|
inlinevirtual |
|
inline |
Definition at line 81 of file ControlTrace.hxx.
Referenced by CLAM::ControlTraceReader::ConcreteConfigure().
Definition at line 76 of file ControlTrace.hxx.
|
virtual |
Loads component's subitems from the given Storage.
| storage | The given storage where the subitem will be loaded from |
Implements CLAM::Component.
Definition at line 130 of file ControlTrace.cxx.
References CLAM::Storage::Load().
|
virtual |
Stores component's subitems on the given Storage.
| storage | The given storage where the subitem will be stored |
Implements CLAM::Component.
Definition at line 145 of file ControlTrace.cxx.
References CLAM::Storage::Store().
1.8.1