leveldb/helpers/memenv
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
..
memenv_test.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
memenv.cc Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
memenv.h Add CMake build support. 2018-03-16 19:17:27 -07:00