Sct::Serializable Class Reference

Classes should implement this interface if they want to be serialized by the IO system. More...

#include <Serializable.h>

Inheritance diagram for Sct::Serializable:

Inheritance graph
[legend]
Collaboration diagram for Sct::Serializable:

Collaboration graph
[legend]

Public Member Functions

virtual UniqueID getUniqueID () const =0
 For objects to be stored, there must be some way of identifying them.

Detailed Description

Classes should implement this interface if they want to be serialized by the IO system.

Author:
Matthew Palmer

Definition at line 16 of file Serializable.h.


Member Function Documentation

virtual UniqueID Sct::Serializable::getUniqueID  )  const [pure virtual]
 

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

Returns:
a unique string for this class
Exceptions:
LogicError if the class is unable to generate a uniqueID for some reason

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().


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 14:03:10 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6