|
Hydra 0.20
|
#include <Record.h>

Classes | |
| class | Exception |
| class | FormatException |
| class | IOException |
| class | VersionException |
Protected Member Functions | |
| virtual void | save (QDataStream &out) const =0 |
| saver, throws exceptions on errors | |
| virtual void | load (QDataStream &in)=0 |
| loader, throws exceptions on errors | |
Friends | |
| QDataStream & | operator<< (QDataStream &stream, const hydra::Record &rec) |
| QDataStream & | operator>> (QDataStream &stream, hydra::Record &rec) |
Something that is saved/load from the db.