#include <WP5HeaderFooterGroup.h>

Public Member Functions | |
| WP5HeaderFooterGroup (WPXInputStream *input, WPXEncryption *encryption) | |
| ~WP5HeaderFooterGroup () | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
| void | parse (WP5Listener *listener) |
Private Member Functions | |
| WP5HeaderFooterGroup (const WP5HeaderFooterGroup &) | |
| WP5HeaderFooterGroup & | operator= (const WP5HeaderFooterGroup &) |
Private Attributes | |
| uint8_t | m_occurenceBits |
| WP5SubDocument * | m_subDocument |
| WP5HeaderFooterGroup::WP5HeaderFooterGroup | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) |
| WP5HeaderFooterGroup::~WP5HeaderFooterGroup | ( | ) |
| WP5HeaderFooterGroup::WP5HeaderFooterGroup | ( | const WP5HeaderFooterGroup & | ) | [private] |
| void WP5HeaderFooterGroup::_readContents | ( | WPXInputStream * | input, | |
| WPXEncryption * | encryption | |||
| ) | [virtual] |
Reimplemented from WP5VariableLengthGroup.
| void WP5HeaderFooterGroup::parse | ( | WP5Listener * | listener | ) | [virtual] |
Implements WP5Part.
| WP5HeaderFooterGroup& WP5HeaderFooterGroup::operator= | ( | const WP5HeaderFooterGroup & | ) | [private] |
uint8_t WP5HeaderFooterGroup::m_occurenceBits [private] |