#include <ltkcpp_base.h>
Public Member Functions | |
llrp_u8v_t (void) | |
Default Constructer. Sets members fields to zero. | |
llrp_u8v_t (unsigned int nValue) | |
Constructor. Allocates spaec for nValue arrays and sets to zero. | |
llrp_u8v_t (const llrp_u8v_t &rOther) | |
Copy Constructor. | |
~llrp_u8v_t (void) | |
Destructor. Deletes m_pValue in cases where it is allocated. | |
llrp_u8v_t & | operator= (const llrp_u8v_t &rValue) |
Assignement operator. Used to copy an existing instance. | |
Public Attributes | |
llrp_u16_t | m_nValue |
The number of arrray elements. | |
llrp_u8_t * | m_pValue |
Pointer to the first array element. |
Definition at line 112 of file ltkcpp_base.h.