Main Page   Class Hierarchy   Compound List   File List   Compound Members  

EMF::PADDING Struct Reference

All metafile records must be padded out to a multiple of 4 bytes. More...

#include <libemf.h>

List of all members.

Public Methods

 PADDING (const int size)

Public Attributes

const int size_
 Number of bytes of padding.


Static Public Attributes

const char padding_ [4] = { 0, 0, 0, 0 }
 Pad with '\0's.


Detailed Description

All metafile records must be padded out to a multiple of 4 bytes.

Write out a few bytes of padding if necessary.


Constructor & Destructor Documentation

EMF::PADDING::PADDING ( const int size ) [inline]
 

simple constructor.

Parameters:
size   number of bytes of padding to use.


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