Main Page   Class Hierarchy   Compound List   File List   Compound Members  

EMF::INTARRAY Struct Reference

Represent an array of integers in a simple way. More...

#include <libemf.h>

List of all members.

Public Methods

 INTARRAY (INT *const ints, const DWORD n)

Public Attributes

INT* const ints_
 Array of ints.

const DWORD n_
 Number of 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.


Constructor & Destructor Documentation

EMF::INTARRAY::INTARRAY ( INT *const ints,
const DWORD n ) [inline]
 

simple constructor.

Parameters:
array   pointer to ints.
n   number ints in array.


The documentation for this struct was generated from the following file:
Generated at Mon Jan 13 21:34:19 2003 for EMF by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001