Inheritance diagram for SctData::SerializableWrapper:
Public Member Functions | |
SerializableWrapper (const string &className, const scan_result_ptrs &data) | |
virtual string | getClassName () const throw () |
Get the class name for this object. | |
virtual string | getUniqueID () const throw () |
For objects to be stored, there must be some way of identifying them. | |
Private Attributes | |
string | className |
string | 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 36 of file ScanResultWriter.cpp. |
|
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 40 of file ScanResultWriter.cpp. |