Main Page   Class Hierarchy   Compound List   File List   Compound Members  

EMF::CHARSTR Struct Reference

Represent an ASCII character string in a simple way. More...

#include <libemf.h>

List of all members.

Public Methods

 CHARSTR (CHAR *const string, const int length)

Public Attributes

CHAR* const string_
 Array of single byte characters.

const int length_
 Number of single byte characers in array.


Detailed Description

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.


Constructor & Destructor Documentation

EMF::CHARSTR::CHARSTR ( CHAR *const string,
const int length ) [inline]
 

Simple constructor.

Parameters:
array   pointer to array of single byte characters.
n   number of bytes 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