Tkrzw
Public Member Functions | List of all members
tkrzw::DBM::FileProcessor Class Reference

Interface of processor for a record. More...

#include <tkrzw_dbm.h>

Public Member Functions

virtual ~FileProcessor ()=default
 Destructor. More...
 
virtual void Process (const std::string &path)
 Process a file. More...
 

Detailed Description

Interface of processor for a record.

Constructor & Destructor Documentation

◆ ~FileProcessor()

virtual tkrzw::DBM::FileProcessor::~FileProcessor ( )
virtualdefault

Destructor.

Member Function Documentation

◆ Process()

virtual void tkrzw::DBM::FileProcessor::Process ( const std::string &  path)
virtual

Process a file.

Parameters
pathThe path of the file.

Reimplemented in tkrzw::DBM::FileProcessorCopyFileData.