emlabcpp
modern opinionated embedded C++ library
emlabcpp::cfg::load_iface Struct Referenceabstract

#include <handler.h>

+ Inheritance diagram for emlabcpp::cfg::load_iface:
+ Collaboration diagram for emlabcpp::cfg::load_iface:

Public Member Functions

virtual cache_res check_key_cache (uint32_t key)=0
 
virtual result on_kval (uint32_t key, std::span< std::byte >)=0
 
- Public Member Functions inherited from emlabcpp::cfg::iface_base
virtual std::span< std::byte > get_buffer ()=0
 
- Public Member Functions inherited from emlabcpp::cfg::read_iface
virtual result read (std::size_t addr, std::span< std::byte, cell_size > data)=0
 
virtual ~read_iface ()=default
 

Member Function Documentation

◆ check_key_cache()

virtual cache_res emlabcpp::cfg::load_iface::check_key_cache ( uint32_t  key)
pure virtual

◆ on_kval()

virtual result emlabcpp::cfg::load_iface::on_kval ( uint32_t  key,
std::span< std::byte >   
)
pure virtual

The documentation for this struct was generated from the following file: