Kagome
Polkadot Runtime Engine in C++17
kagome::storage::InMemoryStorage Member List

This is the complete list of members for kagome::storage::InMemoryStorage, including all inherited members.

batch() overridekagome::storage::InMemoryStoragevirtual
contains(const common::BufferView &key) const overridekagome::storage::InMemoryStorage
kagome::storage::face::GenericStorage::contains(const Key &key) const =0kagome::storage::face::ReadableBase< KView >pure virtual
cursor() overridekagome::storage::InMemoryStoragevirtual
Cursor typedefkagome::storage::face::Iterable< K, V, KView >
empty() const overridekagome::storage::InMemoryStoragevirtual
Key typedefkagome::storage::face::ReadableStorage< KView, V >
load(const common::BufferView &key) const overridekagome::storage::InMemoryStorage
kagome::storage::face::GenericStorage::load(const Key &key) const =0kagome::storage::face::ReadableStorage< KView, V >pure virtual
put(const common::BufferView &key, const common::Buffer &value) overridekagome::storage::InMemoryStorage
put(const common::BufferView &key, common::Buffer &&value) overridekagome::storage::InMemoryStorage
kagome::storage::face::GenericStorage::put(const KView &key, const V &value)=0kagome::storage::face::Writeable< KView, V >pure virtual
kagome::storage::face::GenericStorage::put(const KView &key, V &&value)=0kagome::storage::face::Writeable< KView, V >pure virtual
remove(const common::BufferView &key) overridekagome::storage::InMemoryStorage
kagome::storage::face::GenericStorage::remove(const KView &key)=0kagome::storage::face::Writeable< KView, V >pure virtual
size() const overridekagome::storage::InMemoryStoragevirtual
size_kagome::storage::InMemoryStorageprivate
storagekagome::storage::InMemoryStorageprivate
tryLoad(const common::BufferView &key) const overridekagome::storage::InMemoryStorage
kagome::storage::face::GenericStorage::tryLoad(const Key &key) const =0kagome::storage::face::ReadableStorage< KView, V >pure virtual
Value typedefkagome::storage::face::ReadableStorage< KView, V >
~BatchWriteable()=defaultkagome::storage::face::BatchWriteable< KView, V >virtual
~InMemoryStorage() override=defaultkagome::storage::InMemoryStorage
~Iterable()=defaultkagome::storage::face::Iterable< K, V, KView >virtual
~ReadableBase()=defaultkagome::storage::face::ReadableBase< KView >virtual
~ReadableStorage()=defaultkagome::storage::face::ReadableStorage< KView, V >virtual
~Writeable()=defaultkagome::storage::face::Writeable< KView, V >virtual