#include <WP6AttributeGroup.h>
Public Member Functions | |
WP6AttributeGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID) | |
virtual void | parse (WP6Listener *listener)=0 |
uint8_t | getAttribute () const |
![]() | |
WP6FixedLengthGroup (uint8_t groupID) | |
uint8_t | getGroup () const |
![]() | |
virtual | ~WP6Part () |
Protected Member Functions | |
void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
![]() | |
void | _read (WPXInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
uint8_t | m_attribute |
Additional Inherited Members | |
![]() | |
static WP6FixedLengthGroup * | constructFixedLengthGroup (WPXInputStream *input, WPXEncryption *encryption, uint8_t groupID) |
static bool | isGroupConsistent (WPXInputStream *input, WPXEncryption *encryption, const uint8_t groupID) |
![]() | |
static WP6Part * | constructPart (WPXInputStream *input, WPXEncryption *encryption, const uint8_t readVal) |
WP6AttributeGroup::WP6AttributeGroup | ( | WPXInputStream * | input, |
WPXEncryption * | encryption, | ||
uint8_t | groupID | ||
) |
|
protectedvirtual |
Implements WP6FixedLengthGroup.
|
inline |
Referenced by WP6AttributeOnGroup::parse(), and WP6AttributeOffGroup::parse().
|
pure virtual |
Implements WP6Part.
Implemented in WP6AttributeOffGroup, and WP6AttributeOnGroup.
|
private |
Referenced by _readContents(), and getAttribute().