Tkrzw
Public Member Functions | List of all members
tkrzw::AsyncDBM::CommonPostprocessor Class Reference

Interface of a common post processor for a record. More...

#include <tkrzw_dbm_async.h>

Public Member Functions

virtual ~CommonPostprocessor ()=default
 Destructor. More...
 
virtual void Postprocess (const char *name, const Status &status)
 Processes the status of a database operation. More...
 

Detailed Description

Interface of a common post processor for a record.

Constructor & Destructor Documentation

◆ ~CommonPostprocessor()

virtual tkrzw::AsyncDBM::CommonPostprocessor::~CommonPostprocessor ( )
virtualdefault

Destructor.

Member Function Documentation

◆ Postprocess()

virtual void tkrzw::AsyncDBM::CommonPostprocessor::Postprocess ( const char *  name,
const Status status 
)
virtual

Processes the status of a database operation.

Parameters
nameThe method name of the database operation.
statusThe status of the database operation.