MDBX Containers
Loading...
Searching...
No Matches
KeyValueTable.hpp File Reference

Declaration of the KeyValueTable class for managing key-value pairs in an MDBX database. More...

#include "common.hpp"
#include <map>
#include <unordered_set>

Go to the source code of this file.

Classes

class  mdbxc::KeyValueTable< KeyT, ValueT >
 Template class for managing key-value pairs in an MDBX database. More...
 
class  mdbxc::KeyValueTable< KeyT, ValueT >::AssignmentProxy
 Helper proxy for convenient assignment via operator[]. More...
 

Namespaces

namespace  mdbxc
 

Macros

#define _MDBX_CONTAINERS_KEY_VALUE_TABLE_HPP_INCLUDED
 

Detailed Description

Declaration of the KeyValueTable class for managing key-value pairs in an MDBX database.

Definition in file KeyValueTable.hpp.

Macro Definition Documentation

◆ _MDBX_CONTAINERS_KEY_VALUE_TABLE_HPP_INCLUDED

#define _MDBX_CONTAINERS_KEY_VALUE_TABLE_HPP_INCLUDED

Definition at line 3 of file KeyValueTable.hpp.