kyotocabinet::FileDB::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 size, int64_t count)=0
 Process the database file.

Detailed Description

Interface to process the database file.


Constructor & Destructor Documentation

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

Destructor.


Member Function Documentation

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

Process the database file.

Parameters:
path the path of the database file.
size the size of the available region.
count the number of records.
Returns:
true on success, or false on failure.

Generated on Tue Apr 27 21:44:18 2010 for Kyoto Cabinet by  doxygen 1.6.1