EMF
1.0
|
Represent an array of integers in a simple way. More...
#include <libemf.h>
Public Member Functions | |
INTARRAY (INT *const ints, const DWORD n) | |
Public Attributes | |
INT *const | ints_ |
Array of ints. | |
const DWORD | n_ |
Number of ints in array. |
Represent an array of integers in a simple way.
Allow an array of INT's to be written out at once.
EMF::INTARRAY::INTARRAY | ( | INT *const | ints, |
const DWORD | n | ||
) | [inline] |
simple constructor.
array | pointer to ints. |
n | number ints in array. |