Main Page   Class Hierarchy   Compound List   File List   Compound Members  

EMF::BYTEARRAY Struct Reference

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

#include <libemf.h>

List of all members.

Public Methods

 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:
array   pointer to array of bytes
n   number of bytes in array


The documentation for this struct was generated from the following file:
Generated at Mon Jan 13 21:34:19 2003 for EMF by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001