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