 |
Flutter Impeller
|
|
Go to the documentation of this file.
5 #ifndef FLUTTER_IMPELLER_ARCHIVIST_ARCHIVABLE_H_
6 #define FLUTTER_IMPELLER_ARCHIVIST_ARCHIVABLE_H_
41 #endif // FLUTTER_IMPELLER_ARCHIVIST_ARCHIVABLE_H_
Instances of Archivables can be read from and written to a persistent archive.
const std::string table_name
virtual ~Archivable()=default
std::optional< int64_t > PrimaryKey
virtual bool Write(ArchiveLocation &item) const =0
virtual bool Read(ArchiveLocation &item)=0
virtual PrimaryKey GetPrimaryKey() const =0
const std::vector< std::string > members