regify utility  2.0.0-0
KvStore_ Struct Reference

The key/value store interface type. This object holds the kvget, kvlist and kvset methods of an implementation. More...

#include <kvstore.h>

Data Fields

kvset set
 The method that will be called to set data. More...
 
kvget get
 The method that will be called to retrieve data. More...
 
kvlist list
 The method that will be called to list data keys. More...
 
void * ctx
 A user defined context that will be passed to all given methods. More...
 

Detailed Description

The key/value store interface type. This object holds the kvget, kvlist and kvset methods of an implementation.

Field Documentation

◆ ctx

void* ctx

A user defined context that will be passed to all given methods.

◆ get

kvget get

The method that will be called to retrieve data.

◆ list

kvlist list

The method that will be called to list data keys.

◆ set

kvset set

The method that will be called to set data.


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