#include <WP6AttributeGroup.h>
Public Member Functions | |
| WP6AttributeGroup (WPXInputStream *input, uint8_t groupID) | |
| virtual void | parse (WP6Listener *listener)=0 |
| const uint8_t | getAttribute () const |
Protected Member Functions | |
| void | _readContents (WPXInputStream *input) |
Private Attributes | |
| uint8_t | m_attribute |
| WP6AttributeGroup::WP6AttributeGroup | ( | WPXInputStream * | input, | |
| uint8_t | groupID | |||
| ) |
| void WP6AttributeGroup::_readContents | ( | WPXInputStream * | input | ) | [protected, virtual] |
Implements WP6FixedLengthGroup.
| const uint8_t WP6AttributeGroup::getAttribute | ( | ) | const [inline] |
Referenced by WP6AttributeOffGroup::parse(), and WP6AttributeOnGroup::parse().
| virtual void WP6AttributeGroup::parse | ( | WP6Listener * | listener | ) | [pure virtual] |
Implements WP6Part.
Implemented in WP6AttributeOnGroup, and WP6AttributeOffGroup.
uint8_t WP6AttributeGroup::m_attribute [private] |
Referenced by _readContents(), and getAttribute().