.TH "EMF::BYTEARRAY" 3 "Fri Nov 2 2018" "Version 1.0.9" "libemf" \" -*- nroff -*- .ad l .nh .SH NAME EMF::BYTEARRAY \- Represent a byte array in a simple way\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBBYTEARRAY\fP (BYTE *const array, const int n)" .br .in -1c .SS "Data Fields" .in +1c .ti -1c .RI "BYTE *const \fBarray_\fP" .br .RI "Array of unsigned bytes\&. " .ti -1c .RI "const int \fBn_\fP" .br .RI "Number of bytes in array\&. " .in -1c .SH "Detailed Description" .PP Represent a byte array in a simple way\&. Evidently, an unsigned array of bytes with no particular encoding implied\&. .SH "Constructor & Destructor Documentation" .PP .SS "EMF::BYTEARRAY::BYTEARRAY (BYTE *const array, const int n)\fC [inline]\fP" Simple constructor\&. .PP \fBParameters:\fP .RS 4 \fIarray\fP pointer to array of bytes .br \fIn\fP number of bytes in array .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libemf from the source code\&.