#include <WP5FixedLengthGroup.h>
Public Member Functions | |
| WP5FixedLengthGroup (const uint8_t groupID) | |
| uint8_t | getGroup () const |
Public Member Functions inherited from WP5Part | |
| virtual | ~WP5Part () |
| virtual void | parse (WP5Listener *listener)=0 |
Static Public Member Functions | |
| static WP5FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
| static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
Static Public Member Functions inherited from WP5Part | |
| static WP5Part * | constructPart (WPXInputStream *input, WPXEncryption *encryption, const uint8_t readVal) |
Protected Member Functions | |
| void | _read (WPXInputStream *input, WPXEncryption *encryption) |
| virtual void | _readContents (WPXInputStream *input, WPXEncryption *encryption)=0 |
Private Attributes | |
| uint8_t | m_group |
| WP5FixedLengthGroup::WP5FixedLengthGroup | ( | const uint8_t | groupID | ) |
|
protected |
|
protectedpure virtual |
Implemented in WP5AttributeGroup, WP5ExtendedCharacterGroup, WP5IndentGroup, WP5TabGroup, and WP5UnsupportedFixedLengthGroup.
Referenced by _read().
|
static |
Referenced by WP5Part::constructPart().
|
inline |
|
static |
Referenced by WP5Part::constructPart().
|
private |
Referenced by _read(), and getGroup().