bitcoin/src/leveldb/port
Wladimir J. van der Laan 20a6babfa9 Update to leveldb upstream using subtree merge 2020-01-28 16:59:07 +01:00
..
README.md Update to leveldb upstream using subtree merge 2020-01-28 16:59:07 +01:00
port.h Update to leveldb upstream using subtree merge 2020-01-28 16:59:07 +01:00
port_config.h.in Update to leveldb upstream using subtree merge 2020-01-28 16:59:07 +01:00
port_example.h Update to leveldb upstream using subtree merge 2020-01-28 16:59:07 +01:00
port_stdcxx.h Update to leveldb upstream using subtree merge 2020-01-28 16:59:07 +01:00
thread_annotations.h Update to leveldb upstream using subtree merge 2020-01-28 16:59:07 +01:00

README.md

This directory contains interfaces and implementations that isolate the rest of the package from platform details.

Code in the rest of the package includes "port.h" from this directory. "port.h" in turn includes a platform specific "port_.h" file that provides the platform specific implementation.

See port_stdcxx.h for an example of what must be provided in a platform specific header file.