#include <WP5ExtendedCharacterGroup.h>
Inheritance diagram for WP5ExtendedCharacterGroup:
Public Member Functions | |
WP5ExtendedCharacterGroup (WPXInputStream *input, uint8_t groupID) | |
virtual void | parse (WP5Listener *listener) |
Protected Member Functions | |
virtual void | _readContents (WPXInputStream *input) |
Private Attributes | |
uint8_t | m_character |
uint8_t | m_characterSet |
WP5ExtendedCharacterGroup::WP5ExtendedCharacterGroup | ( | WPXInputStream * | input, | |
uint8_t | groupID | |||
) |
void WP5ExtendedCharacterGroup::_readContents | ( | WPXInputStream * | input | ) | [protected, virtual] |
Implements WP5FixedLengthGroup.
void WP5ExtendedCharacterGroup::parse | ( | WP5Listener * | listener | ) | [virtual] |
Implements WP5Part.
uint8_t WP5ExtendedCharacterGroup::m_character [private] |
uint8_t WP5ExtendedCharacterGroup::m_characterSet [private] |