filters
MSWrite Namespace Reference
|
Classes |
| class | FormatInfo |
| class | Parser |
| class | Generator |
| class | InternalParser |
| class | InternalGenerator |
| class | Error |
| class | Device |
| | Device that either reads or writes from/to .WRI files. More...
|
| class | MemoryDevice |
| | Device capable only of reading/writing to memory blocks (used internally by LibMSWrite). More...
|
| class | NeedsDevice |
| class | UseThisMuchPrefixSize |
| class | UseThisMuch |
| class | ListElement |
| class | ListIterator |
| class | List |
| class | Format |
| class | PageLayout |
| class | Font |
| class | FormatCharProperty |
| class | FormatParaPropertyTabulator |
| class | Alignment |
| class | Align |
| class | LineSpacing |
| class | FormatParaProperty |
| class | ObjectType |
| class | Image |
| class | OLEType |
| class | OLE |
| class | HeaderGenerated |
| class | PageLayoutGenerated |
| class | SectionDescriptorGenerated |
| class | SectionTableGenerated |
| class | FontGenerated |
| class | FontTableGenerated |
| class | PagePointerGenerated |
| class | PageTableGenerated |
| class | FormatPointerGenerated |
| class | FormatCharPropertyGenerated |
| class | FormatParaPropertyTabulatorGenerated |
| class | FormatParaPropertyGenerated |
| class | FormatInfoPageGenerated |
| class | BMP_BitmapFileHeaderGenerated |
| class | BMP_BitmapInfoHeaderGenerated |
| class | BMP_BitmapColourIndexGenerated |
| class | BitmapHeaderGenerated |
| class | WMFHeaderGenerated |
| class | ImageGenerated |
| class | OLEGenerated |
| class | Header |
| class | NeedsHeader |
| class | SectionDescriptor |
| class | SectionTable |
| class | FontTable |
| class | PagePointer |
| class | PageTable |
| class | FormatPointer |
| class | FormatInfoPage |
| class | BMP_BitmapFileHeader |
| class | BMP_BitmapInfoHeader |
| class | BMP_BitmapColourIndex |
| class | BitmapHeader |
| class | WMFHeader |
Typedefs |
| typedef unsigned char | Byte |
|
typedef unsigned short | Word |
|
typedef signed short | Short |
|
typedef unsigned int | DWord |
|
typedef signed int | Long |
Enumerations |
| enum | FormatInfoPageTypes { CharType,
ParaType
} |
Functions |
| Byte | ReadByte (Byte &dest, const Byte *src) |
|
Word | ReadWord (Word &dest, const Byte *src) |
|
Short | ReadShort (Short &dest, const Byte *src) |
|
DWord | ReadDWord (DWord &dest, const Byte *src) |
|
Long | ReadLong (Long &dest, const Byte *src) |
|
Byte | WriteByte (const Byte &src, Byte *dest) |
|
Word | WriteWord (const Word &src, Byte *dest) |
|
Short | WriteShort (const Short &src, Byte *dest) |
|
DWord | WriteDWord (const DWord &src, Byte *dest) |
|
Long | WriteLong (const Long &src, Byte *dest) |
Variables |
|
const char * | Version = "0.51pre 2003/07/09" |
|
const char * | Version |
Typedef Documentation
Basic data types (should be correct for 16-bit, 32-bit and 64-bit systems).
Definition at line 45 of file libmswrite_defs.h.
Function Documentation
| Byte MSWrite::ReadByte |
( |
Byte & |
dest, |
|
|
const Byte * |
src | |
|
) |
| | [inline] |
Portable functions for reading a basic data type from a Byte array.
Definition at line 115 of file libmswrite_defs.h.
|