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 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 21 of file ScanResultWriter.cpp. |
|
Definition at line 28 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 30 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 34 of file ScanResultWriter.cpp. |
|
Definition at line 39 of file ScanResultWriter.cpp. |
|
Definition at line 40 of file ScanResultWriter.cpp. |