#include <Serializable.h>
Inheritance diagram for Sct::Serializable:
Public Member Functions | |
virtual string | getUniqueID () const=0 |
For objects to be stored, there must be some way of identifying them. | |
virtual | ~Serializable () throw () |
Definition at line 15 of file Serializable.h.
|
Definition at line 26 of file Serializable.h. |
|
For objects to be stored, there must be some way of identifying them. This function must be implemented to return some unique identifier for objects of this precise className
Implemented in Sct::ISProxy::ISProxy, SctData::SerializableWrapper, SctData::FitScanResult, SctData::RawScanResult, SctData::ScanHeader, and SctData::TestResult. |