#include <coresync.h>


Definition at line 83 of file coresync.h.
Public Member Functions | |
| SyncReader (std::istream &input, CoreSync *) | |
| ~SyncReader () | |
| void | syncExit () |
| bool | hasError () const |
Protected Member Functions | |
| virtual void | run () |
Private Attributes | |
| Private * | d |
Classes | |
| struct | Private |
| SyncReader | ( | std::istream & | input, | |
| CoreSync * | cs | |||
| ) |
Definition at line 111 of file coresync.cc.
References SyncReader::Private::core, VScanFactory::createVScan(), d, SyncReader::Private::scan, and SyncReader::Private::syncExit.

| ~SyncReader | ( | ) |
| void syncExit | ( | ) |
Definition at line 123 of file coresync.cc.
References d, and SyncReader::Private::syncExit.
Referenced by main().

| bool hasError | ( | ) | const [virtual] |
Return true if any error was detected.
Implements IErrorSensitive.
Definition at line 127 of file coresync.cc.
References d, IErrorSensitive::hasError(), and SyncReader::Private::scan.
Referenced by main().


| void run | ( | ) | [protected, virtual] |
Definition at line 131 of file coresync.cc.
References StreamDecorator::C_LIGHT_GREEN, StreamDecorator::C_LIGHT_RED, StreamDecorator::C_NO_COLOR, StreamDecorator::C_YELLOW, SyncReader::Private::core, d, IVScan::readNext(), SyncReader::Private::scan, CoreSync::sync(), and SyncReader::Private::syncExit.

Definition at line 92 of file coresync.h.
Referenced by hasError(), run(), syncExit(), SyncReader(), and ~SyncReader().
1.5.4