Inheritance diagram for SctData::SerializableWrapper:
Public Member Functions | |
SerializableWrapper (const string &className, const scan_result_ptrs &data) | |
~SerializableWrapper () throw () | |
virtual string | getClassName () const throw () |
Get the class name for this object. | |
virtual Sct::UniqueID | getUniqueID () const throw () |
For objects to be stored, there must be some way of identifying them. | |
Private Attributes | |
string | className |
Sct::UniqueID | uniqueID |
Definition at line 25 of file ScanResultWriter.cpp.
|
Get the class name for this object. This is used to identify the precise type.
Implements Sct::Streamable. Definition at line 33 of file ScanResultWriter.cpp. References className. |
|
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
Implements Sct::Serializable. Definition at line 37 of file ScanResultWriter.cpp. References uniqueID. |