#include <WP5AttributeGroup.h>
Public Member Functions | |
WP5AttributeGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID) | |
virtual void | parse (WP5Listener *listener)=0 |
uint8_t | getAttribute () const |
Protected Member Functions | |
virtual void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
uint8_t | m_attribute |
WP5AttributeGroup::WP5AttributeGroup | ( | WPXInputStream * | input, |
WPXEncryption * | encryption, | ||
uint8_t | groupID | ||
) |
void WP5AttributeGroup::_readContents | ( | WPXInputStream * | input, |
WPXEncryption * | encryption | ||
) | [protected, virtual] |
Implements WP5FixedLengthGroup.
uint8_t WP5AttributeGroup::getAttribute | ( | ) | const [inline] |
Referenced by WP5AttributeOnGroup::parse(), and WP5AttributeOffGroup::parse().
virtual void WP5AttributeGroup::parse | ( | WP5Listener * | listener | ) | [pure virtual] |
Implements WP5Part.
Implemented in WP5AttributeOffGroup, and WP5AttributeOnGroup.
uint8_t WP5AttributeGroup::m_attribute [private] |
Referenced by _readContents(), and getAttribute().