33 #ifndef _IDENTT_STORE_BLOB_STORE_TABLE_HPP_ 34 #define _IDENTT_STORE_BLOB_STORE_TABLE_HPP_ 88 std::string
GetKey(BlobStoreT* record, KeyTypeE keytype,
bool pre)
override;
virtual ~BlobStoreTable()
Destructor.
Definition: BlobStoreTable.hpp:59
std::string GetKey(BlobStoreT *record, KeyTypeE keytype, bool pre) override
GetKey: get a key.
Definition: BlobStoreTable.cc:53
Definition: StoreTable.hpp:44
Definition: CryptoBase.hpp:49
Definition: BlobStoreTable.hpp:40
BlobStoreTable()=delete
make noncopyable and remove default