| Kyoto Cabinet
   
    | 
Interface to process the database file. More...
#include <kcdb.h>
| Public Member Functions | |
| virtual | ~FileProcessor () | 
| Destructor. | |
| virtual bool | process (const std::string &path, int64_t count, int64_t size)=0 | 
| Process the database file. | |
Interface to process the database file.
| virtual kyotocabinet::BasicDB::FileProcessor::~FileProcessor | ( | ) |  [virtual] | 
Destructor.
| virtual bool kyotocabinet::BasicDB::FileProcessor::process | ( | const std::string & | path, | 
| int64_t | count, | ||
| int64_t | size | ||
| ) |  [pure virtual] | 
Process the database file.
| path | the path of the database file. | 
| count | the number of records. A negative value means omission. | 
| size | the size of the available region. A negative value means omission. | 
 1.7.6.1
 1.7.6.1