Skip to content

Class radex::data::OutgoingHandle

ClassList > radex > data > OutgoingHandle

A handle for writing a value to the store.

  • #include <handles.hpp>

Inherits the following classes: radex::data::IHandle

Public Functions

Type Name
OutgoingHandle (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

See 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 OutgoingHandle

inline radex::data::OutgoingHandle::OutgoingHandle (
    std::string_view name
) 

Parameters:

  • name The key name to write to.

function key

The key under which the value's raw bytes are stored.

virtual auto radex::data::OutgoingHandle::key () override const

Implements radex::data::IHandle::key


function metadata_key

The key under which the value's metadata (type, dimensions) is stored.

virtual auto radex::data::OutgoingHandle::metadata_key () override const

Implements radex::data::IHandle::metadata_key



The documentation for this class was generated from the following file include/radex/handles.hpp