#include <WP3FixedLengthGroup.h>
Inheritance diagram for WP3FixedLengthGroup:
Public Member Functions | |
WP3FixedLengthGroup (const uint8_t groupID) | |
const uint8_t | getGroup () const |
Static Public Member Functions | |
WP3FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, uint8_t const 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 WP3AttributeGroup, WP3ExtendedCharacterGroup, WP3IndentGroup, WP3TabGroup, WP3UndoGroup, and WP3UnsupportedFixedLengthGroup. |
|
|
|
|
|
|
|
|