leveldb
Public Member Functions | Private Member Functions | List of all members
leveldb::FileLock Class Reference

#include <env.h>

Inheritance diagram for leveldb::FileLock:
Inheritance graph
[legend]

Public Member Functions

 FileLock ()
 
virtual ~FileLock ()
 

Private Member Functions

 FileLock (const FileLock &)
 
void operator= (const FileLock &)
 

Detailed Description

Definition at line 260 of file env.h.

Constructor & Destructor Documentation

§ FileLock() [1/2]

leveldb::FileLock::FileLock ( )
inline

Definition at line 262 of file env.h.

262 { }
Here is the call graph for this function:

§ ~FileLock()

leveldb::FileLock::~FileLock ( )
virtual

Definition at line 28 of file env.cc.

28  {
29 }

§ FileLock() [2/2]

leveldb::FileLock::FileLock ( const FileLock )
private

Member Function Documentation

§ operator=()

void leveldb::FileLock::operator= ( const FileLock )
private

The documentation for this class was generated from the following files: