Struct Storage

Inheritance Relationships

Derived Type

Struct Documentation

struct Storage

Abstract base class for memory storage.

Subclassed by spdl::core::CPUStorage

Public Functions

virtual void *data() const = 0

Get pointer to the stored data.

Returns:

Pointer to the data.

virtual ~Storage() = default

Virtual destructor.