|
Wire Sysio Wire Sysion 1.0.0
|
#include <chainbase_fixture.hpp>

Public Member Functions | |
| chainbase_fixture () | |
| ~chainbase_fixture () | |
Public Attributes | |
| fc::temp_directory | _tempdir |
| std::unique_ptr< chainbase::database > | _db |
Utility class to create and tear down a temporary chainbase::database using RAII
| MAX_SIZE | - the maximum size of the chainbase::database |
Definition at line 14 of file chainbase_fixture.hpp.
|
inline |
Definition at line 15 of file chainbase_fixture.hpp.
|
inline |
Definition at line 21 of file chainbase_fixture.hpp.

| std::unique_ptr<chainbase::database> sysio::testing::chainbase_fixture< MAX_SIZE >::_db |
Definition at line 28 of file chainbase_fixture.hpp.
| fc::temp_directory sysio::testing::chainbase_fixture< MAX_SIZE >::_tempdir |
Definition at line 27 of file chainbase_fixture.hpp.