MofileReader
moTranslationPairInformation Struct Reference

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

#include <moFileReader.hpp>

+ Collaboration diagram for moTranslationPairInformation:

Public Member Functions

 moTranslationPairInformation ()
 Constructor. More...
 

Public Attributes

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

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.

Definition at line 202 of file moFileReader.hpp.

Constructor & Destructor Documentation

◆ moTranslationPairInformation()

moTranslationPairInformation::moTranslationPairInformation ( )
inline

Constructor.

Definition at line 205 of file moFileReader.hpp.

Member Data Documentation

◆ m_orLength

int moTranslationPairInformation::m_orLength

Length of the Original String.

Definition at line 210 of file moFileReader.hpp.

◆ m_orOffset

int moTranslationPairInformation::m_orOffset

Offset of the Original String (absolute)

Definition at line 213 of file moFileReader.hpp.

◆ m_trLength

int moTranslationPairInformation::m_trLength

Length of the Translated String.

Definition at line 216 of file moFileReader.hpp.

◆ m_trOffset

int moTranslationPairInformation::m_trOffset

Offset of the Translated String (absolute)

Definition at line 219 of file moFileReader.hpp.


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