#include <deque>
#include <map>
#include <fstream>
#include <cstring>
#include <string>
#include <sstream>
#include "moFileConfig.h"
Go to the source code of this file.
Classes | |
struct | moFileLib::moTranslationPairInformation |
Keeps the Description of translated and original strings. More... | |
struct | moFileLib::moFileInfo |
Describes the "Header" of a .mo-File. More... | |
class | moFileLib::moFileReader |
This class is a gettext-replacement. More... | |
class | moFileLib::moFileReaderSingleton |
Convience Class. More... | |
Namespaces | |
namespace | moFileLib |
This is the only namespace of this small sourcecode. | |
Functions | |
moFileReader::eErrorCode | moFileLib::moReadMoFile (const char *_filename) |
Reads the .mo-File. | |
std::string | moFileLib::_ (const char *id) |
Looks for the spec. string to translate. | |
void | moFileLib::moFileClearTable () |
Resets the Lookup-Table. | |
std::string | moFileLib::moFileGetErrorDescription () |
Returns the last known error as string or an empty class. | |
int | moFileLib::moFileGetNumStrings () |
Returns the number of entries loaded from the .mo-File. | |
Variables | |
const std::string | moFileLib::g_css |