Instances of Archivables can be read from and written to a persistent archive.
More...
#include <archivable.h>
Public Member Functions | |
| virtual | ~Archivable ()=default |
| virtual PrimaryKey | GetPrimaryKey () const =0 |
| virtual bool | Write (ArchiveLocation &item) const =0 |
| virtual bool | Read (ArchiveLocation &item)=0 |
Instances of Archivables can be read from and written to a persistent archive.
Definition at line 27 of file archivable.h.
|
virtualdefault |
|
pure virtual |
Implemented in impeller::testing::SampleWithVector, impeller::testing::Sample, and impeller::ArchiveVector.
|
pure virtual |
Implemented in impeller::testing::SampleWithVector, impeller::testing::Sample, and impeller::ArchiveVector.
|
pure virtual |
Implemented in impeller::testing::SampleWithVector, impeller::testing::Sample, and impeller::ArchiveVector.