SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <Output.h>
Public Member Functions | |
virtual | ~Output ()=default |
virtual void | handleMessage (const std::shared_ptr< SourceInterface > &source) override |
virtual void | handleMessage (const std::shared_ptr< SourceGroupInterface > &source_group) override |
virtual void | outputSource (const SourceInterface &source)=0 |
virtual size_t | flush ()=0 |
![]() | |
virtual | ~Observer ()=default |
![]() | |
virtual | ~Observer ()=default |
|
virtualdefault |
|
pure virtual |
Implemented in SourceXtractor::TableOutput.
|
inlineoverridevirtual |
Implements SourceXtractor::Observer< std::shared_ptr< SourceInterface > >.
Definition at line 41 of file Output.h.
References outputSource().
|
inlineoverridevirtual |
Implements SourceXtractor::Observer< std::shared_ptr< SourceGroupInterface > >.
Definition at line 45 of file Output.h.
References outputSource().
|
pure virtual |
Implemented in SourceXtractor::TableOutput.
Referenced by handleMessage().