#include <WP6SetNumberGroup.h>
Public Member Functions | |
| WP6SetNumberGroup (WPXInputStream *input, WPXEncryption *encryption) | |
| ~WP6SetNumberGroup () | |
| void | _readContents (WPXInputStream *input, WPXEncryption *encryption) |
| void | parse (WP6Listener *listener) |
Private Attributes | |
| uint8_t | m_countOfLevelNumbersSetting |
| uint8_t | m_startingLevelNumber |
| uint16_t | m_countNumbers |
| WP6SetNumberGroup::WP6SetNumberGroup | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) |
| void WP6SetNumberGroup::_readContents | ( | WPXInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [virtual] |
Reimplemented from WP6VariableLengthGroup.
| void WP6SetNumberGroup::parse | ( | WP6Listener * | listener | ) | [virtual] |
Implements WP6Part.
uint16_t WP6SetNumberGroup::m_countNumbers [private] |
Referenced by _readContents(), and parse().
uint8_t WP6SetNumberGroup::m_countOfLevelNumbersSetting [private] |
Referenced by _readContents().
uint8_t WP6SetNumberGroup::m_startingLevelNumber [private] |
Referenced by _readContents().