이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
leveldb_ttl
원본 프로젝트 :
building_data_management_systems.Xuanzhou.2024Fall.DaSE/leveldb_base
보기
23
좋아요
2
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Clean up layering of storage/leveldb/...
With these changes, this package should be properly cleaned up and not require any further changes.
ld
Chris Mumford
10 년 전
부모
b234f65b34
커밋
a75d435d1d
3개의 변경된 파일
과
5개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
쓰기
미리보기
불러오는 중...
취소
저장