kyotocabinet::BasicDB::FileProcessor Class Reference

Interface to process the database file. More...

#include <kcdb.h>

List of all members.

Public Member Functions

virtual ~FileProcessor ()
 Destructor.
virtual bool process (const std::string &path, int64_t count, int64_t size)=0
 Process the database file.

Detailed Description

Interface to process the database file.


Constructor & Destructor Documentation

virtual kyotocabinet::BasicDB::FileProcessor::~FileProcessor (  )  [virtual]

Destructor.


Member Function Documentation

virtual bool kyotocabinet::BasicDB::FileProcessor::process ( const std::string &  path,
int64_t  count,
int64_t  size 
) [pure virtual]

Process the database file.

Parameters:
path the path of the database file.
count the number of records.
size the size of the available region.
Returns:
true on success, or false on failure.
Generated on Sun Dec 19 12:53:11 2010 for Kyoto Cabinet by  doxygen 1.6.3