#include <WP6AttributeGroup.h>

Public Member Functions | |
| WP6AttributeGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID) | |
| virtual void | parse (WP6Listener *listener)=0 |
| uint8_t | getAttribute () const |
Protected Member Functions | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
| uint8_t | m_attribute |
| WP6AttributeGroup::WP6AttributeGroup | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption, | |||
| uint8_t | groupID | |||
| ) |
| virtual void WP6AttributeGroup::parse | ( | WP6Listener * | listener | ) | [pure virtual] |
| uint8_t WP6AttributeGroup::getAttribute | ( | ) | const [inline] |
| void WP6AttributeGroup::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [protected, virtual] |
Implements WP6FixedLengthGroup.
uint8_t WP6AttributeGroup::m_attribute [private] |