#include <WP3AttributeGroup.h>
Public Member Functions | |
| WP3AttributeGroup (WPXInputStream *input, uint8_t groupID) | |
| void | parse (WP3Listener *listener) |
Protected Member Functions | |
| void | _readContents (WPXInputStream *input) |
Private Attributes | |
| uint8_t | m_attribute |
| uint8_t | m_state |
| WP3AttributeGroup::WP3AttributeGroup | ( | WPXInputStream * | input, |
| uint8_t | groupID | ||
| ) |
| void WP3AttributeGroup::_readContents | ( | WPXInputStream * | input | ) | [protected, virtual] |
Implements WP3FixedLengthGroup.
| void WP3AttributeGroup::parse | ( | WP3Listener * | listener | ) | [virtual] |
Implements WP3Part.
uint8_t WP3AttributeGroup::m_attribute [private] |
Referenced by _readContents(), and parse().
uint8_t WP3AttributeGroup::m_state [private] |
Referenced by _readContents(), and parse().