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

#include <db.h>

Public Member Functions

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

Public Attributes

Slice start
 
Slice limit
 

Constructor & Destructor Documentation

◆ Range() [1/2]

leveldb::Range::Range ( )
inline

◆ Range() [2/2]

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

Member Data Documentation

◆ limit

Slice leveldb::Range::limit

◆ start

Slice leveldb::Range::start

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