.TH "EMF::CHARSTR" 3 "Fri Nov 2 2018" "Version 1.0.9" "libemf" \" -*- nroff -*- .ad l .nh .SH NAME EMF::CHARSTR \- Represent an ASCII character string in a simple way\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBCHARSTR\fP (CHAR *const string, const int length)" .br .in -1c .SS "Data Fields" .in +1c .ti -1c .RI "CHAR *const \fBstring_\fP" .br .RI "Array of single byte characters\&. " .ti -1c .RI "const int \fBlength_\fP" .br .RI "Number of single byte characters in array\&. " .in -1c .SH "Detailed Description" .PP Represent an ASCII character string in a simple way\&. ASCII strings don't have to be byte swapped, but this structure allows us to provide a uniform stream-like interface for writing out all the components of metafiles\&. .SH "Constructor & Destructor Documentation" .PP .SS "EMF::CHARSTR::CHARSTR (CHAR *const string, const int length)\fC [inline]\fP" Simple constructor\&. .PP \fBParameters:\fP .RS 4 \fIstring\fP pointer to array of single byte characters\&. .br \fIlength\fP number of bytes in array\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libemf from the source code\&.