leveldb
Public Member Functions | Public Attributes | List of all members
leveldb::Range Struct Reference

#include <db.h>

Collaboration diagram for leveldb::Range:
Collaboration graph
[legend]

Public Member Functions

 Range ()
 
 Range (const Slice &s, const Slice &l)
 

Public Attributes

Slice start
 
Slice limit
 

Detailed Description

Definition at line 33 of file db.h.

Constructor & Destructor Documentation

§ Range() [1/2]

leveldb::Range::Range ( )
inline

Definition at line 37 of file db.h.

37 { }

§ Range() [2/2]

leveldb::Range::Range ( const Slice s,
const Slice l 
)
inline

Definition at line 38 of file db.h.

38 : start(s), limit(l) { }
Slice limit
Definition: db.h:35
Slice start
Definition: db.h:34

Member Data Documentation

§ limit

Slice leveldb::Range::limit

Definition at line 35 of file db.h.

§ start

Slice leveldb::Range::start

Definition at line 34 of file db.h.


The documentation for this struct was generated from the following file: