![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
Public Attributes | |
| DatabaseKind | kind |
| char const * | name |
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.
| DatabaseKind dev::db::DBKindTableEntry::kind |
Definition at line 41 of file DBFactory.cpp.
| char const* dev::db::DBKindTableEntry::name |
Definition at line 42 of file DBFactory.cpp.