EMF::INTARRAY - Represent an array of integers in a simple way.
Contents
Constructor & Destructor Documentation
EMF::INTARRAY::INTARRAY(INT*constints,constDWORDn)[inline]
simple constructor.
Parametersints pointer to ints.
n number ints in array.
Detailed Description
Represent an array of integers in a simple way.
Allow an array of INT's to be written out at once.
Name
EMF::INTARRAY - Represent an array of integers in a simple way.
Synopsis
#include <libemf.h>
PublicMemberFunctionsINTARRAY (INT *const ints, const DWORD n)
DataFields
INT *const ints_
Array of ints.
const DWORD n_
Number of ints in array.
