leveldb/include/leveldb
Victor Costan 24424a1ef2 Style cleanup.
1) Convert iterator-based for loops to C++11 foreach loops.
2) Convert "void operator=" to "T& operator=".
3) Switch from copy operators from private to public deleted.
4) Switch from empty ctors / dtors to "= default" where appropriate.

PiperOrigin-RevId: 246679195
2019-05-04 17:42:20 -07:00
..
c.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
cache.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
comparator.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
db.h Style cleanup. 2019-05-04 17:42:20 -07:00
dumpfile.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
env.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
export.h Add CMake build support. 2018-03-16 19:17:27 -07:00
filter_policy.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
iterator.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
options.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
slice.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
status.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
table_builder.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
table.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
write_batch.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00