Skip to content

Class radex::data::IHandle

ClassList > radex > data > IHandle

Base interface for a named reference to a value in a RaDex backend.

  • #include <handles.hpp>

Inherited by the following classes: radex::data::IncomingHandle, radex::data::OutgoingHandle

Public Functions

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 key

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

virtual auto radex::data::IHandle::key () const = 0


function metadata_key

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

virtual auto radex::data::IHandle::metadata_key () const = 0


function ~IHandle

inline virtual radex::data::IHandle::~IHandle () 


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