Skip to content

classDataValue 03

Member Function Documentation

void* DataValue::AllocateData int  length  )  [inline]
 

Definition at line 71 of file DataValue.h.

References AllocExt(), FreeExt(), m_data, and m_length.

Referenced by operator=(), and SetData().

Here is the call graph for this function:

void DataValue::FreeData  )  [inline]
 

Definition at line 91 of file DataValue.h.

References FreeExt(), m_data, and m_length.

Referenced by ~DataValue().

Here is the call graph for this function:

void* DataValue::GetData  )  [inline]
 

Definition at line 62 of file DataValue.h.

References m_data.

int DataValue::GetLength  )  const [inline]
 

Definition at line 69 of file DataValue.h.

References m_length.

Referenced by operator=(), and operator==().

void DataValue::Init  )  [inline]
 

Definition at line 37 of file DataValue.h.

References m_data, and m_length.

Referenced by DataValue().

BOOL DataValue::IsEmpty  )  [inline]
 

Definition at line 100 of file DataValue.h.

References m_length.

DataValue& DataValue::operator= const DataValue other  )  [inline]
 

Definition at line 43 of file DataValue.h.

References AllocateData(), GetLength(), m_data, and m_length.

Here is the call graph for this function:

int DataValue::operator== const DataValue other  )  const [inline]
 

Definition at line 51 of file DataValue.h.

References GetLength(), m_data, and m_length.

Here is the call graph for this function:

void DataValue::SetData BYTE *  data,
int  length
[inline]
 

Definition at line 63 of file DataValue.h.

References AllocateData(), m_data, and m_length.

Referenced by DataValue().

Here is the call graph for this function: