Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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

leveldb::Range::Range ( )
inline

Definition at line 37 of file db.h.

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

Definition at line 38 of file db.h.

Member Data Documentation

Slice leveldb::Range::limit

Definition at line 35 of file db.h.

Slice leveldb::Range::start

Definition at line 34 of file db.h.


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