#include <WP5FixedLengthGroup.h>
Inheritance diagram for WP5FixedLengthGroup:
Public Member Functions | |
WP5FixedLengthGroup (const uint8_t groupID) | |
const uint8_t | getGroup () const |
Static Public Member Functions | |
WP5FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, const uint8_t groupID) |
bool | isGroupConsistent (WPXInputStream *input, const uint8_t groupID) |
Protected Member Functions | |
void | _read (WPXInputStream *input) |
virtual void | _readContents (WPXInputStream *input)=0 |
Private Attributes | |
uint8_t | m_group |
|
|
|
|
|
Implemented in WP5AttributeGroup, WP5ExtendedCharacterGroup, WP5IndentGroup, WP5TabGroup, and WP5UnsupportedFixedLengthGroup. |
|
|
|
|
|
|
|
|