#include <moFileReader.h>
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). |
To load a String from the file, we need its offset and its length. This struct helps us grouping this information.
moFileLib::moTranslationPairInformation::moTranslationPairInformation | ( | ) | [inline] |
Constructor.
Length of the Original String.
Offset of the Original String (absolute).
Length of the Translated String.
Offset of the Translated String (absolute).