#include <WP3FixedLengthGroup.h>

Public Member Functions | |
| WP3FixedLengthGroup (const uint8_t groupID) | |
| uint8_t | getGroup () const |
Static Public Member Functions | |
| static WP3FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t const groupID) |
| static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
Protected Member Functions | |
| void | _read (WPXInputStream *input, WPXEncryption *encryption) |
| virtual void | _readContents (WPXInputStream *input, WPXEncryption *encryption)=0 |
Private Attributes | |
| uint8_t | m_group |
| WP3FixedLengthGroup::WP3FixedLengthGroup | ( | const uint8_t | groupID | ) |
| WP3FixedLengthGroup * WP3FixedLengthGroup::constructFixedLengthGroup | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| uint8_t const | groupID | |||
| ) | [static] |
| bool WP3FixedLengthGroup::isGroupConsistent | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| const uint8_t | groupID | |||
| ) | [static] |
| uint8_t WP3FixedLengthGroup::getGroup | ( | ) | const [inline] |
| void WP3FixedLengthGroup::_read | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [protected] |
| virtual void WP3FixedLengthGroup::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [protected, pure virtual] |
Implemented in WP3AttributeGroup, WP3ExtendedCharacterGroup, WP3IndentGroup, WP3TabGroup, WP3UndoGroup, and WP3UnsupportedFixedLengthGroup.
uint8_t WP3FixedLengthGroup::m_group [private] |