#include <NetCommandWrapperList.h>
Inherits MemoryPoolObject.
Public Member Functions | |
| NetCommandWrapperListNode (NetWrapperCommandMsg *msg) | |
| Bool | isComplete () |
| UnsignedShort | getCommandID () |
| UnsignedInt | getRawDataLength () |
| void | copyChunkData (NetWrapperCommandMsg *msg) |
| UnsignedByte * | getRawData () |
| Int | getPercentComplete (void) |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Public Attributes | |
| NetCommandWrapperListNode * | m_next |
Protected Attributes | |
| UnsignedShort | m_commandID |
| UnsignedByte * | m_data |
| UnsignedInt | m_dataLength |
| Bool * | m_chunksPresent |
| UnsignedInt | m_numChunks |
| UnsignedInt | m_numChunksPresent |
Additional Inherited Members | |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 35 of file NetCommandWrapperList.h.
| NetCommandWrapperListNode::NetCommandWrapperListNode | ( | NetWrapperCommandMsg * | msg | ) |
Definition at line 37 of file NetCommandWrapperList.cpp.
| void NetCommandWrapperListNode::copyChunkData | ( | NetWrapperCommandMsg * | msg | ) |
Definition at line 90 of file NetCommandWrapperList.cpp.
| UnsignedShort NetCommandWrapperListNode::getCommandID | ( | ) |
Definition at line 82 of file NetCommandWrapperList.cpp.
| Int NetCommandWrapperListNode::getPercentComplete | ( | void | ) |
Definition at line 75 of file NetCommandWrapperList.cpp.
| UnsignedByte * NetCommandWrapperListNode::getRawData | ( | ) |
Definition at line 115 of file NetCommandWrapperList.cpp.
| UnsignedInt NetCommandWrapperListNode::getRawDataLength | ( | ) |
Definition at line 86 of file NetCommandWrapperList.cpp.
| Bool NetCommandWrapperListNode::isComplete | ( | ) |
Definition at line 71 of file NetCommandWrapperList.cpp.
|
protected |
Definition at line 56 of file NetCommandWrapperList.h.
|
protected |
Definition at line 53 of file NetCommandWrapperList.h.
|
protected |
Definition at line 54 of file NetCommandWrapperList.h.
|
protected |
Definition at line 55 of file NetCommandWrapperList.h.
| NetCommandWrapperListNode* NetCommandWrapperListNode::m_next |
Definition at line 50 of file NetCommandWrapperList.h.
|
protected |
Definition at line 57 of file NetCommandWrapperList.h.
|
protected |
Definition at line 58 of file NetCommandWrapperList.h.