|
OpenASIP 2.2
|
#include <TPEFNullSectionReader.hh>


Protected Member Functions | |
| TPEFNullSectionReader () | |
| virtual | ~TPEFNullSectionReader () |
| virtual Section::SectionType | type () const |
Protected Member Functions inherited from TPEF::TPEFSectionReader | |
| TPEFSectionReader () | |
| virtual void | readData (BinaryStream &stream, Section *section) const |
| 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 | |
| TPEFNullSectionReader (const TPEFNullSectionReader &) | |
| Copying not allowed. | |
| TPEFNullSectionReader & | operator= (TPEFNullSectionReader &) |
| Assignment not allowed. | |
Static Private Attributes | |
| static TPEFNullSectionReader | proto_ |
| Prototype instance of TPEFNullSectionReader to be registered to SectionReader. | |
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 null section section from TPEF binary file.
Definition at line 46 of file TPEFNullSectionReader.hh.
|
protected |
Constructor.
Registers itself to SectionReader.
Definition at line 54 of file TPEFNullSectionReader.cc.
References TPEF::SectionReader::registerSectionReader().

|
protectedvirtual |
|
private |
Copying not allowed.
|
private |
Assignment not allowed.
|
protectedvirtual |
Returns the type of section that reader can read.
Implements TPEF::SectionReader.
Definition at line 70 of file TPEFNullSectionReader.cc.
References TPEF::Section::ST_NULL.
|
staticprivate |
Prototype instance of TPEFNullSectionReader to be registered to SectionReader.
Definition at line 60 of file TPEFNullSectionReader.hh.