MofileReader
|
Keeps the Description of translated and original strings. More...
#include <moFileReader.hpp>
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... | |
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.
|
inline |
Constructor.
Definition at line 205 of file moFileReader.hpp.
int moTranslationPairInformation::m_orLength |
Length of the Original String.
Definition at line 210 of file moFileReader.hpp.
int moTranslationPairInformation::m_orOffset |
Offset of the Original String (absolute)
Definition at line 213 of file moFileReader.hpp.
int moTranslationPairInformation::m_trLength |
Length of the Translated String.
Definition at line 216 of file moFileReader.hpp.
int moTranslationPairInformation::m_trOffset |
Offset of the Translated String (absolute)
Definition at line 219 of file moFileReader.hpp.