Kagome
Polkadot Runtime Engine in C++17
buffer_map_types.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_BUFFER_MAP_TYPES_HPP
7 #define KAGOME_BUFFER_MAP_TYPES_HPP
8 
14 #include "common/buffer.hpp"
18 
19 namespace kagome::storage {
20 
24 
26 
28 
30 
32 
33  using BufferMapCursor =
35 
37 
38 } // namespace kagome::storage
39 
40 #endif // KAGOME_BUFFER_MAP_TYPES_HPP
Class represents arbitrary (including empty) byte buffer.
Definition: buffer.hpp:29
An abstraction over a readable and iterable key-value map.
An abstraction over generic map cursor.
Definition: map_cursor.hpp:22
common::BufferView BufferView
common::BufferConstRef BufferConstRef
std::reference_wrapper< const Buffer > BufferConstRef
Definition: buffer.hpp:249
An abstraction over a readable, writeable, iterable key-value map.