|
QDP++
|
#include <qdp_db_stub.h>
Public Member Functions | |
| virtual | ~Serializable (void) |
| virtual const unsigned short | serialID (void) const =0 |
| virtual void | writeObject (std::string &output) const throw (SerializeException) =0 |
| virtual void | readObject (const std::string &input) throw (SerializeException) =0 |
Protected Member Functions | |
| Serializable (void) | |
Dummy serializable class should emulated class from filedb/src/Serializable.h
Definition at line 34 of file qdp_db_stub.h.
|
inlinevirtual |
Destructor
Definition at line 40 of file qdp_db_stub.h.
|
inlineprotected |
Constructor
Definition at line 63 of file qdp_db_stub.h.
|
pure virtual | |||||||||||||
Convert input object retrieved from database or network into an object
|
pure virtual |
Get the serial id of this class
|
pure virtual | |||||||||||||
Return this object into a binary form