EMF
1.0
|
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. |
Represent a byte array in a simple way.
Evidently, an unsigned array of bytes with no particular encoding implied.
EMF::BYTEARRAY::BYTEARRAY | ( | BYTE *const | array, |
const int | n | ||
) | [inline] |
Simple constructor.
array | pointer to array of bytes |
n | number of bytes in array |