#include <Serializable.h>
Inheritance diagram for Sct::Serializable:
Public Member Functions | |
virtual UniqueID | getUniqueID () const =0 |
For objects to be stored, there must be some way of identifying them. |
Definition at line 16 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 SctCalibrationController::SequenceDataWrapper, SctCalibrationController::TestDataWrapper, Sct::ISSerializableWrapper< T >, Sct::ISProxy::ISProxy, SctData::SerializableWrapper, SctData::FitScanResult, SctData::OpeResult, SctData::RawScanResult, SctData::ResultHeader, and SctData::TestResult. Referenced by SctCalibrationController::IsInfoWrapper::publishWrappedObject(), SctArchiving::IOManagerDB::write(), and Sct::Archive::IOManagerArchiveFile::write(). |