0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-08-21 17:14:44 +02:00
construct/include/ircd/db/database
2019-06-22 17:36:42 -06:00
..
env
cache.h
column.h Eliminate friend-injection. 2019-02-15 18:48:59 -08:00
compaction_filter.h
comparator.h
env.h
events.h ircd: Mark recommended noexcept on inline constructors. 2019-06-22 17:36:42 -06:00
logger.h
mergeop.h
prefix_transform.h ircd: Mark recommended noexcept on inline constructors. 2019-06-22 17:36:42 -06:00
README.md
rocksdb.h
snapshot.h Eliminate friend-injection. 2019-02-15 18:48:59 -08:00
sst.h
stats.h
txn.h
wal.h
wal_filter.h ircd::db: Add write-ahead-log recovery callback surface. 2019-04-20 14:30:42 -07:00

This directory contains lower-level interfaces which generally require including RocksDB for symbols which cannot be forward declared. These are mostly used internally by ircd/db.cc and are not necessary for developers wishing to use ircd::db.

The public interfaces to ircd::db are one directory up.