Skip to content
- [Main Page](index.md) - [Classes](annotated.md) - [Files](files.md) - [Directories](dirs.md) - [Related Pages](pages.md)
- [Class List](annotated.md) - [Alphabetical List](classes.md) - [Class Hierarchy](hierarchy.md) - [Class Members](functions.md)

DataValue Class Reference

#include <DataValue.h>

List of all members.


Public Member Functions

  DataValue ()
  DataValue (BYTE *data, int length)
  DataValue (const DataValue &other)
  ~DataValue ()
void  Init ()
DataValue operator= (const DataValue &other)
int  operator== (const DataValue &other) const
void *  GetData ()
void  SetData (BYTE *data, int length)
int  GetLength () const
void *  AllocateData (int length)
void  FreeData ()
BOOL  IsEmpty ()

Public Attributes

BYTE *  m_data
int  m_length