#include <RodOutList.h>
Public Member Functions | |
RodOutList (long length) | |
RodOutList (const RodOutList &) | |
~RodOutList () | |
RodOutList & | operator= (const RodOutList &) |
long | getLength () const |
unsigned long * | getBody () const |
Private Attributes | |
long | m_length |
The length of the reply list. | |
unsigned long * | m_body |
A pointer to an array of UINT32 containing the reply data. |
This class contains the reply lists which are responses from a primitive list.
Definition at line 20 of file RodOutList.h.
|
|
|
|
|
|
|
Definition at line 32 of file RodOutList.h. References m_body. |
|
Definition at line 29 of file RodOutList.h. References m_length. |
|
|
|
A pointer to an array of UINT32 containing the reply data.
Definition at line 38 of file RodOutList.h. Referenced by getBody(). |
|
The length of the reply list.
Definition at line 36 of file RodOutList.h. Referenced by getLength(). |