Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::db::DBKindTableEntry Struct Reference

Public Attributes

DatabaseKind kind
 
char const * name
 

Detailed Description

A helper type to build the table of DB implementations.

More readable than std::tuple. Fields are not initialized to allow usage of construction with initializer lists {}.

Definition at line 39 of file DBFactory.cpp.

Member Data Documentation

◆ kind

DatabaseKind dev::db::DBKindTableEntry::kind

Definition at line 41 of file DBFactory.cpp.

◆ name

char const* dev::db::DBKindTableEntry::name

Definition at line 42 of file DBFactory.cpp.


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