OpenASIP
2.0
|
#include <TPEFLEDataSectionReader.hh>
Protected Member Functions | |
TPEFLEDataSectionReader () | |
virtual | ~TPEFLEDataSectionReader () |
virtual Section::SectionType | type () const |
Protected Member Functions inherited from TPEF::TPEFDataSectionReader | |
TPEFDataSectionReader (bool reg=true) | |
virtual | ~TPEFDataSectionReader () |
virtual void | readData (BinaryStream &stream, Section *section) const |
Protected Member Functions inherited from TPEF::TPEFSectionReader | |
TPEFSectionReader () | |
virtual BinaryReader * | parent () const |
virtual void | readInfo (BinaryStream &stream, Section *sect) const |
Protected Member Functions inherited from TPEF::SectionReader | |
SectionReader () | |
virtual void | finalize (Section *section) const |
Private Member Functions | |
TPEFLEDataSectionReader (const TPEFLEDataSectionReader &) | |
Copying not allowed. More... | |
TPEFLEDataSectionReader & | operator= (TPEFLEDataSectionReader &) |
Assignment not allowed. More... | |
Static Private Attributes | |
static TPEFLEDataSectionReader | proto_ |
Prototype instance of TPEFDataSectionReader to be registered to SectionReader. More... | |
Additional Inherited Members | |
Public Types inherited from TPEF::SectionReader | |
typedef BinaryReader::Length | Length |
Public Member Functions inherited from TPEF::TPEFSectionReader | |
virtual | ~TPEFSectionReader () |
Public Member Functions inherited from TPEF::SectionReader | |
virtual | ~SectionReader () |
Static Public Member Functions inherited from TPEF::SectionReader | |
static void | readSection (BinaryStream &stream, Section *section, BinaryReader *reader) |
static void | finalizeBinary (Binary *binaryToFinalize, BinaryReader *reader) |
Static Protected Member Functions inherited from TPEF::TPEFSectionReader | |
static const Header & | header () |
Static Protected Member Functions inherited from TPEF::SectionReader | |
static const SectionReader * | findSectionReader (const Section::SectionType type, const BinaryReader *bReader) |
static void | registerSectionReader (const SectionReader *sReader) |
Reads string section from TPEF binary file.
Definition at line 42 of file TPEFLEDataSectionReader.hh.
|
protected |
Constructor.
Registers itself to SectionReader.
Definition at line 43 of file TPEFLEDataSectionReader.cc.
References TPEF::SectionReader::registerSectionReader().
|
protectedvirtual |
|
private |
Copying not allowed.
|
private |
Assignment not allowed.
|
protectedvirtual |
Returns the type of section it is meant to read.
Reimplemented from TPEF::TPEFDataSectionReader.
Definition at line 59 of file TPEFLEDataSectionReader.cc.
References TPEF::Section::ST_LEDATA.
|
staticprivate |
Prototype instance of TPEFDataSectionReader to be registered to SectionReader.
Definition at line 57 of file TPEFLEDataSectionReader.hh.