leveldb/include/leveldb
costan 201f77d137 Inline defaults in options.
This CL moves default values for
leveldb::{Options,ReadOptions,WriteOptions} from constructors to member
declarations, and removes now-redundant comments stating the defaults.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=239271242
2019-03-20 13:56:22 -07:00
..
c.h Expose WriteBatch::Append in the C API. 2018-08-19 19:54:34 -07:00
cache.h Replace NULL with nullptr in C++ files. 2018-04-10 16:26:43 -07:00
comparator.h Add LEVELDB_EXPORT macro to export public symbols. 2017-10-04 11:53:12 -07:00
db.h Replace NULL with nullptr in C++ files. 2018-04-10 16:26:43 -07:00
dumpfile.h Add LEVELDB_EXPORT macro to export public symbols. 2017-10-04 11:53:12 -07:00
env.h Added native support for Windows. 2019-03-01 18:00:35 -08:00
export.h Add CMake build support. 2018-03-16 19:17:27 -07:00
filter_policy.h leveldb: Require C++11. 2018-03-21 01:17:59 -07:00
iterator.h Clean up Iterator. 2018-06-04 17:24:44 -07:00
options.h Inline defaults in options. 2019-03-20 13:56:22 -07:00
slice.h leveldb: Require C++11. 2018-03-21 01:17:59 -07:00
status.h Add move constructor to Status. 2018-04-23 16:22:30 -07:00
table_builder.h leveldb: Require C++11. 2018-03-21 01:17:59 -07:00
table.h Replace NULL with nullptr in C++ files. 2018-04-10 16:26:43 -07:00
write_batch.h leveldb: Make WriteBatch::ApproximateSize() const. 2019-01-15 18:43:13 +00:00