Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10225101483
/
XOY-Leveldb
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
1
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Clean up layering of storage/leveldb/...
With these changes, this package should be properly cleaned up and not require any further changes.
xry
Chris Mumford
hace 10 años
padre
b234f65b34
commit
a75d435d1d
Se han
modificado 3 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
db/snapshot.h
+1
-0
db/write_batch_internal.h
+3
-0
table/iterator_wrapper.h
+ 1
- 0
db/snapshot.h
Ver fichero
@ -5,6 +5,7 @@
#
ifndef STORAGE_LEVELDB_DB_SNAPSHOT_H_
#
define STORAGE_LEVELDB_DB_SNAPSHOT_H_
#
include
"db/dbformat.h"
#
include
"leveldb/db.h"
namespace
leveldb
{
+ 1
- 0
db/write_batch_internal.h
Ver fichero
@ -5,6 +5,7 @@
#
ifndef STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
#
define STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
#
include
"db/dbformat.h"
#
include
"leveldb/write_batch.h"
namespace
leveldb
{
+ 3
- 0
table/iterator_wrapper.h
Ver fichero
@ -5,6 +5,9 @@
#
ifndef STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
#
define STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
#
include
"leveldb/iterator.h"
#
include
"leveldb/slice.h"
namespace
leveldb
{
/
/
A
internal
wrapper
class
with
an
interface
similar
to
Iterator
that
Escribir
Vista previa
Cargando…
Cancelar
Guardar