EMF 1.0
Loading...
Searching...
No Matches
EMF::BYTEARRAY Struct Reference

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

#include <libemf.h>

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

◆ BYTEARRAY()

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: