| AddRecord(BlobStoreT *record, TransactionT *trans, bool upsert) | identt::store::StoreTable< BlobStoreT > | inline |
| AddTrans(TransactionT *trans, std::string key, std::string &value, bool to_del) | identt::store::StoreTable< BlobStoreT > | inline |
| BlobStoreTable(dbpointer trydb) | identt::store::BlobStoreTable | |
| BlobStoreTable()=delete | identt::store::BlobStoreTable | |
| BlobStoreTable(const std::string, const size_t)=delete (defined in identt::store::BlobStoreTable) | identt::store::BlobStoreTable | |
| BlobStoreTable(const BlobStoreTable &)=delete (defined in identt::store::BlobStoreTable) | identt::store::BlobStoreTable | |
| db (defined in identt::store::StoreLevel) | identt::store::StoreLevel | protected |
| DecodePrimaryKey(std::string &key) | identt::store::StoreBase | |
| DelRecord(BlobStoreT *record, TransactionT *trans) | identt::store::StoreTable< BlobStoreT > | inline |
| EncodeKeyType(KeyTypeE keytype) | identt::store::StoreBase | |
| EncodePrimaryKey(KeyTypeE keytype, ::google::protobuf::uint64 id) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, T key) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, T key1, U key2) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, T key1, U key2, V key3) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, uint64_t key) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, std::string key) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, uint64_t key1, uint64_t key2) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, uint64_t key1, std::string key2) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, std::string key1, uint64_t key2) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, std::string key1, std::string key2) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, uint64_t key1, int32_t key2) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, uint64_t key1, uint64_t key2, uint64_t key3) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, uint64_t key1, uint64_t key2, std::string key3) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, uint64_t key1, std::string key2, uint64_t key3) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, uint64_t key1, std::string key2, std::string key3) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, std::string key1, uint64_t key2, uint64_t key3) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, std::string key1, uint64_t key2, std::string key3) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, std::string key1, std::string key2, uint64_t key3) | identt::store::StoreBase | |
| EncodeSecondaryKey(KeyTypeE keytype, std::string key1, std::string key2, std::string key3) | identt::store::StoreBase | |
| getDB() | identt::store::StoreLevel | |
| GetKey(BlobStoreT *record, KeyTypeE keytype, bool pre) override | identt::store::BlobStoreTable | protectedvirtual |
| GetKeysFromIndex(KeyTypeE keytype, BlobStoreT *record, NodeListT *nodes, size_t skip, size_t limit) | identt::store::StoreTable< BlobStoreT > | inline |
| GetMany(BlobStoreT *refer, MapT *records, KeyTypeE keytype, size_t skip, size_t limit) | identt::store::StoreTable< BlobStoreT > | inline |
| GetOne(BlobStoreT *record, KeyTypeE keytype) | identt::store::StoreTable< BlobStoreT > | inline |
| GetSecondaryValue(BlobStoreT *record, KeyTypeE keytype, NodeT *node) | identt::store::StoreTable< BlobStoreT > | inline |
| index_keys (defined in identt::store::StoreTable< BlobStoreT >) | identt::store::StoreTable< BlobStoreT > | protected |
| Initialize(const std::string datadir, const size_t cache_in_mb, uint64_t &last_pkey, uint64_t &last_lkey) | identt::store::StoreLevel | |
| KeySetT typedef (defined in identt::store::StoreTable< BlobStoreT >) | identt::store::StoreTable< BlobStoreT > | |
| MapT typedef (defined in identt::store::StoreTable< BlobStoreT >) | identt::store::StoreTable< BlobStoreT > | |
| operator=(const BlobStoreTable &)=delete (defined in identt::store::BlobStoreTable) | identt::store::BlobStoreTable | |
| operator=(const StoreTable &)=delete (defined in identt::store::StoreTable< BlobStoreT >) | identt::store::StoreTable< BlobStoreT > | |
| operator=(const StoreLevel &)=delete (defined in identt::store::StoreLevel) | identt::store::StoreLevel | |
| PrimaryKey (defined in identt::store::StoreTable< BlobStoreT >) | identt::store::StoreTable< BlobStoreT > | protected |
| ScanTable(uint64_t startid, size_t limit, std::function< void(BlobStoreT *)> Func) | identt::store::StoreTable< BlobStoreT > | inline |
| StoreLevel(dbpointer trydb) | identt::store::StoreLevel | |
| StoreLevel(const StoreLevel &)=delete | identt::store::StoreLevel | |
| StoreTable(dbpointer trydb, const KeyTypeE pkey, const KeySetT ukeys, const KeySetT ikeys) | identt::store::StoreTable< BlobStoreT > | inline |
| StoreTable()=delete | identt::store::StoreTable< BlobStoreT > | |
| StoreTable(const StoreTable &)=delete (defined in identt::store::StoreTable< BlobStoreT >) | identt::store::StoreTable< BlobStoreT > | |
| unique_keys (defined in identt::store::StoreTable< BlobStoreT >) | identt::store::StoreTable< BlobStoreT > | protected |
| ~BlobStoreTable() | identt::store::BlobStoreTable | inlinevirtual |
| ~StoreTable() | identt::store::StoreTable< BlobStoreT > | inlinevirtual |