#include <SegServerFileReaderAbstract.h>


Public Member Functions | |
| SegServerFileReaderAbstract (const FileName &, const Config &) | |
| virtual | ~SegServerFileReaderAbstract () |
| virtual void | readSegServer (SegServer &ss)=0 |
Protected Attributes | |
| FileReader * | _pReader |
| SegServer * | _pSegServer |
Private Member Functions | |
| String | getPath (const FileName &, const Config &) const |
| String | getExt (const FileName &, const Config &) const |
| bool | operator== (const SegServerFileReaderAbstract &) const |
| bool | operator!= (const SegServerFileReaderAbstract &) const |
| const SegServerFileReaderAbstract & | operator= (const SegServerFileReaderAbstract &) |
| SegServerFileReaderAbstract (const SegServerFileReaderAbstract &) | |
Abstract base class used for reading a segment server from a file.
Definition at line 80 of file SegServerFileReaderAbstract.h.
| alize::SegServerFileReaderAbstract::SegServerFileReaderAbstract | ( | const FileName & | , |
| const Config & | |||
| ) | [explicit] |
| virtual alize::SegServerFileReaderAbstract::~SegServerFileReaderAbstract | ( | ) | [virtual] |
| alize::SegServerFileReaderAbstract::SegServerFileReaderAbstract | ( | const SegServerFileReaderAbstract & | ) | [private] |
Not implemented
| String alize::SegServerFileReaderAbstract::getExt | ( | const FileName & | , |
| const Config & | |||
| ) | const [private] |
| String alize::SegServerFileReaderAbstract::getPath | ( | const FileName & | , |
| const Config & | |||
| ) | const [private] |
| bool alize::SegServerFileReaderAbstract::operator!= | ( | const SegServerFileReaderAbstract & | ) | const [private] |
Not implemented
| const SegServerFileReaderAbstract& alize::SegServerFileReaderAbstract::operator= | ( | const SegServerFileReaderAbstract & | ) | [private] |
Not implemented
| bool alize::SegServerFileReaderAbstract::operator== | ( | const SegServerFileReaderAbstract & | ) | const [private] |
| virtual void alize::SegServerFileReaderAbstract::readSegServer | ( | SegServer & | ss ) | [pure virtual] |
Reads the segment server
| the | server to store the data |
| FileNotFoundException | |
| InvalidDataException | |
| IOException | if an I/O error occurs |
Implemented in alize::SegServerFileReaderRaw.
FileReader* alize::SegServerFileReaderAbstract::_pReader [protected] |
Definition at line 99 of file SegServerFileReaderAbstract.h.
SegServer* alize::SegServerFileReaderAbstract::_pSegServer [protected] |
Definition at line 100 of file SegServerFileReaderAbstract.h.
1.7.2