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