#include <OutputProcessor.h>

Public Member Functions | |
| OutputProcessor () | |
| virtual | ~OutputProcessor () |
| virtual void | reset ()=0 |
| virtual void | finish ()=0 |
| virtual void | process (const string &txt, bool stderr)=0 |
| storage::OutputProcessor::OutputProcessor | ( | ) | [inline] |
| virtual storage::OutputProcessor::~OutputProcessor | ( | ) | [inline, virtual] |
| virtual void storage::OutputProcessor::reset | ( | ) | [pure virtual] |
| virtual void storage::OutputProcessor::finish | ( | ) | [pure virtual] |
| virtual void storage::OutputProcessor::process | ( | const string & | txt, | |
| bool | stderr | |||
| ) | [pure virtual] |
Implemented in storage::ProgressBar, storage::Mke2fsProgressBar, storage::ReiserProgressBar, and storage::DasdfmtProgressBar.
Referenced by storage::SystemCmd::getUntilEOF().
1.5.6