#include <WP6CharacterGroup.h>
Public Member Functions | |
WP6CharacterGroup (WPXInputStream *input) | |
~WP6CharacterGroup () | |
void | _readContents (WPXInputStream *input) |
void | parse (WP6Listener *listener) |
Private Member Functions | |
WP6CharacterGroup (const WP6CharacterGroup &) | |
WP6CharacterGroup & | operator= (const WP6CharacterGroup &) |
Private Attributes | |
WP6VariableLengthGroup_SubGroup * | m_subGroupData |
WP6CharacterGroup::WP6CharacterGroup | ( | WPXInputStream * | input | ) |
WP6CharacterGroup::~WP6CharacterGroup | ( | ) |
WP6CharacterGroup::WP6CharacterGroup | ( | const WP6CharacterGroup & | ) | [private] |
void WP6CharacterGroup::_readContents | ( | WPXInputStream * | input | ) | [virtual] |
Reimplemented from WP6VariableLengthGroup.
void WP6CharacterGroup::parse | ( | WP6Listener * | listener | ) | [virtual] |
Implements WP6Part.
WP6CharacterGroup& WP6CharacterGroup::operator= | ( | const WP6CharacterGroup & | ) | [private] |