Main Page   Namespaces   Classes ( Hierarchy )   Functions & Members  

moFileLib::moTranslationPairInformation Struct Reference

Keeps the Description of translated and original strings. More...

#include <moFileReader.h>

Collaboration diagram for moFileLib::moTranslationPairInformation:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 moTranslationPairInformation ()
 Constructor.

Public Attributes

int m_orLength
 Length of the Original String.
int m_orOffset
 Offset of the Original String (absolute).
int m_trLength
 Length of the Translated String.
int m_trOffset
 Offset of the Translated String (absolute).


Detailed Description

Keeps the Description of translated and original strings.

To load a String from the file, we need its offset and its length. This struct helps us grouping this information.


Constructor & Destructor Documentation

moFileLib::moTranslationPairInformation::moTranslationPairInformation (  )  [inline]

Constructor.


Member Data Documentation

Length of the Original String.

Offset of the Original String (absolute).

Length of the Translated String.

Offset of the Translated String (absolute).


The documentation for this struct was generated from the following file:

Generated on 17 Jan 2009 for moFileReader by Doxygen1.5.7.1