leveldb/table
Chris Mumford 9bd23c7676 Correct class/structure declaration order.
1. Correct the class/struct declaration order to be IAW
   the Google C++ style guide[1].
2. For non-copyable classes, switched from non-implemented
   private methods to explicitly deleted[2] methods.
3. Minor const and member initialization fixes.

[1] https://google.github.io/styleguide/cppguide.html#Declaration_Order
[2] http://eel.is/c++draft/dcl.fct.def.delete

PiperOrigin-RevId: 246521844
2019-05-03 09:48:57 -07:00
..
block_builder.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
block_builder.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
block.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
block.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
filter_block_test.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
filter_block.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
filter_block.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
format.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
format.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
iterator_wrapper.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
iterator.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
merger.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
merger.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
table_builder.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
table_test.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
table.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
two_level_iterator.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
two_level_iterator.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00