LTKCPP-- LLRP Toolkit C Plus Plus Library
Public Member Functions | Public Attributes
LLRP::llrp_s8v_t Class Reference

Class for LLRP basic type s8v (List of signed 8-bit values) More...

#include <ltkcpp_base.h>

List of all members.

Public Member Functions

 llrp_s8v_t (void)
 Default Constructer. Sets members fields to zero.
 llrp_s8v_t (unsigned int nValue)
 Constructor. Allocates spaec for nValue arrays and sets to zero.
 llrp_s8v_t (const llrp_s8v_t &rOther)
 Copy Constructor.
 ~llrp_s8v_t (void)
 Destructor. Deletes m_pValue in cases where it is allocated.
llrp_s8v_toperator= (const llrp_s8v_t &rValue)
 Assignement operator. Used to copy an existing instance.
 llrp_s8v_t (void)
 Default Constructer. Sets members fields to zero.
 llrp_s8v_t (unsigned int nValue)
 Constructor. Allocates spaec for nValue arrays and sets to zero.
 llrp_s8v_t (const llrp_s8v_t &rOther)
 Copy Constructor.
 ~llrp_s8v_t (void)
 Destructor. Deletes m_pValue in cases where it is allocated.
llrp_s8v_toperator= (const llrp_s8v_t &rValue)
 Assignement operator. Used to copy an existing instance.

Public Attributes

llrp_u16_t m_nValue
 The number of arrray elements.
llrp_s8_t * m_pValue
 Pointer to the first array element.

Detailed Description

Class for LLRP basic type s8v (List of signed 8-bit values)

Definition at line 136 of file Library/ltkcpp_base.h.


The documentation for this class was generated from the following files: