Class radex::data::IncomingHandle¶
ClassList > radex > data > IncomingHandle
A handle for reading a value from the store.
#include <handles.hpp>
Inherits the following classes: radex::data::IHandle
Public Functions¶
| Type | Name |
|---|---|
| IncomingHandle (std::string_view name) |
|
| virtual auto | key () override const The key under which the value's raw bytes are stored. |
| virtual auto | metadata_key () override const The key under which the value's metadata (type, dimensions) is stored. |
Public Functions inherited from radex::data::IHandle¶
| Type | Name |
|---|---|
| virtual auto | key () const = 0 The key under which the value's raw bytes are stored. |
| virtual auto | metadata_key () const = 0 The key under which the value's metadata (type, dimensions) is stored. |
| virtual | ~IHandle () |
Public Functions Documentation¶
function IncomingHandle¶
Parameters:
nameThe key name to read from.
function key¶
The key under which the value's raw bytes are stored.
Implements radex::data::IHandle::key
function metadata_key¶
The key under which the value's metadata (type, dimensions) is stored.
Implements radex::data::IHandle::metadata_key
The documentation for this class was generated from the following file include/radex/handles.hpp