#include <WP6PrefixIndice.h>
Public Member Functions | |
WP6PrefixIndice (WPXInputStream *input, int id) | |
const int | getID () const |
const uint8_t | getType () const |
const uint32_t | getDataSize () const |
const uint32_t | getDataOffset () const |
Protected Member Functions | |
void | _read (WPXInputStream *input) |
Private Attributes | |
int | m_id |
uint8_t | m_type |
uint8_t | m_flags |
uint16_t | m_useCount |
uint16_t | m_hideCount |
uint32_t | m_dataSize |
uint32_t | m_dataOffset |
bool | m_hasChildren |
WP6PrefixIndice::WP6PrefixIndice | ( | WPXInputStream * | input, | |
int | id | |||
) |
void WP6PrefixIndice::_read | ( | WPXInputStream * | input | ) | [protected] |
Referenced by WP6PrefixIndice().
const uint32_t WP6PrefixIndice::getDataOffset | ( | ) | const [inline] |
Referenced by WP6PrefixDataPacket::constructPrefixDataPacket().
const uint32_t WP6PrefixIndice::getDataSize | ( | ) | const [inline] |
Referenced by WP6PrefixDataPacket::constructPrefixDataPacket().
const int WP6PrefixIndice::getID | ( | ) | const [inline] |
Referenced by WP6PrefixDataPacket::constructPrefixDataPacket().
const uint8_t WP6PrefixIndice::getType | ( | ) | const [inline] |
Referenced by WP6PrefixDataPacket::constructPrefixDataPacket().
uint32_t WP6PrefixIndice::m_dataOffset [private] |
Referenced by _read(), and getDataOffset().
uint32_t WP6PrefixIndice::m_dataSize [private] |
Referenced by _read(), and getDataSize().
uint8_t WP6PrefixIndice::m_flags [private] |
Referenced by _read().
bool WP6PrefixIndice::m_hasChildren [private] |
Referenced by _read().
uint16_t WP6PrefixIndice::m_hideCount [private] |
Referenced by _read().
int WP6PrefixIndice::m_id [private] |
Referenced by getID().
uint8_t WP6PrefixIndice::m_type [private] |
uint16_t WP6PrefixIndice::m_useCount [private] |
Referenced by _read().