#include <WP5GeneralPacketIndex.h>
Public Member Functions | |
WP5GeneralPacketIndex (WPXInputStream *input, int id) | |
const int | getID () const |
const uint16_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 |
uint16_t | m_type |
uint32_t | m_dataSize |
uint32_t | m_dataOffset |
WP5GeneralPacketIndex::WP5GeneralPacketIndex | ( | WPXInputStream * | input, | |
int | id | |||
) |
void WP5GeneralPacketIndex::_read | ( | WPXInputStream * | input | ) | [protected] |
Referenced by WP5GeneralPacketIndex().
const uint32_t WP5GeneralPacketIndex::getDataOffset | ( | ) | const [inline] |
Referenced by WP5GeneralPacketData::constructGeneralPacketData().
const uint32_t WP5GeneralPacketIndex::getDataSize | ( | ) | const [inline] |
Referenced by WP5GeneralPacketData::constructGeneralPacketData().
const int WP5GeneralPacketIndex::getID | ( | ) | const [inline] |
Referenced by WP5GeneralPacketData::constructGeneralPacketData().
const uint16_t WP5GeneralPacketIndex::getType | ( | ) | const [inline] |
Referenced by WP5GeneralPacketData::constructGeneralPacketData(), and WP5PrefixData::WP5PrefixData().
uint32_t WP5GeneralPacketIndex::m_dataOffset [private] |
Referenced by _read(), and getDataOffset().
uint32_t WP5GeneralPacketIndex::m_dataSize [private] |
Referenced by _read(), and getDataSize().
int WP5GeneralPacketIndex::m_id [private] |
uint16_t WP5GeneralPacketIndex::m_type [private] |