このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10225101483
/
XOY-Leveldb
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
1
リリース
0
Wiki
アクティビティ
ソースを参照
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
10年前
親
b234f65b34
コミット
a75d435d1d
3個のファイルの変更
、
5行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
db/snapshot.h
+1
-0
db/write_batch_internal.h
+3
-0
table/iterator_wrapper.h
+ 1
- 0
db/snapshot.h
ファイルの表示
@ -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
ファイルの表示
@ -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
ファイルの表示
@ -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
書き込み
プレビュー
読み込み中…
キャンセル
保存