EMF  1.0
Public Member Functions | Public Attributes
EMF::BYTEARRAY Struct Reference

Represent a byte array in a simple way. More...

#include <libemf.h>

List of all members.

Public Member Functions

 BYTEARRAY (BYTE *const array, const int n)

Public Attributes

BYTE *const array_
 Array of unsigned bytes.
const int n_
 Number of bytes in array.

Detailed Description

Represent a byte array in a simple way.

Evidently, an unsigned array of bytes with no particular encoding implied.


Constructor & Destructor Documentation

EMF::BYTEARRAY::BYTEARRAY ( BYTE *const  array,
const int  n 
) [inline]

Simple constructor.

Parameters:
arraypointer to array of bytes
nnumber of bytes in array

The documentation for this struct was generated from the following file: