#include <RodOutList.h>
Public Member Functions | |
| RodOutList (long length) | |
| long | getLength () const |
| unsigned long * | getBody () const |
Private Member Functions | |
| RodOutList & | operator= (const RodOutList &) |
| RodOutList (const RodOutList &) | |
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.
|
|
A pointer to an array of UINT32 containing the reply data.
Definition at line 39 of file RodOutList.h. |
|
|
The length of the reply list.
Definition at line 37 of file RodOutList.h. |
1.3.5