leveldb
Public Member Functions | List of all members
leveldb::log::Reader::Reporter Class Referenceabstract

#include <log_reader.h>

Inheritance diagram for leveldb::log::Reader::Reporter:
Inheritance graph
[legend]

Public Member Functions

virtual ~Reporter ()
 
virtual void Corruption (size_t bytes, const Status &status)=0
 

Detailed Description

Definition at line 23 of file log_reader.h.

Constructor & Destructor Documentation

§ ~Reporter()

leveldb::log::Reader::Reporter::~Reporter ( )
virtual

Definition at line 15 of file log_reader.cc.

15  {
16 }

Member Function Documentation

§ Corruption()

virtual void leveldb::log::Reader::Reporter::Corruption ( size_t  bytes,
const Status status 
)
pure virtual

Implemented in leveldb::log::LogTest::ReportCollector, and leveldb::anonymous_namespace{dumpfile.cc}::CorruptionReporter.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: