#include <archive_vector.h>
Public Member Functions | |
| PrimaryKey | GetPrimaryKey () const override |
| const std::vector< int64_t > | GetKeys () const |
| bool | Write (ArchiveLocation &item) const override |
| bool | Read (ArchiveLocation &item) override |
Public Member Functions inherited from impeller::Archivable | |
| virtual | ~Archivable ()=default |
Static Public Attributes | |
| static ArchiveDef | kArchiveDefinition |
Friends | |
| class | ArchiveLocation |
Definition at line 12 of file archive_vector.h.
| const std::vector< int64_t > impeller::ArchiveVector::GetKeys | ( | ) | const |
Definition at line 30 of file archive_vector.cc.
|
overridevirtual |
Implements impeller::Archivable.
Definition at line 25 of file archive_vector.cc.
|
overridevirtual |
Implements impeller::Archivable.
Definition at line 45 of file archive_vector.cc.
References impeller::kVectorKeys, and impeller::ArchiveLocation::Read().
|
overridevirtual |
Implements impeller::Archivable.
Definition at line 34 of file archive_vector.cc.
References impeller::kVectorKeys, and impeller::ArchiveLocation::Write().
|
friend |
Definition at line 27 of file archive_vector.h.
|
static |
Definition at line 14 of file archive_vector.h.