#include <cstring>
#include <deque>
#include <fstream>
#include <map>
#include <sstream>
#include <string>
Go to the source code of this file.
|
| moFileLib |
| This is the only namespace of this small sourcecode.
|
|
◆ MO_BEGIN_NAMESPACE
#define MO_BEGIN_NAMESPACE |
Value:
{
This is the only namespace of this small sourcecode.
Definition at line 63 of file moFileReader.hpp.
◆ MO_END_NAMESPACE
#define MO_END_NAMESPACE } |
◆ MO_PATHSEP
#define MO_PATHSEP std::string("/") |
◆ _()
std::string _ |
( |
const char * |
id | ) |
|
|
inline |
Looks for the spec. string to translate.
- Parameters
-
[in] | id | The string-id to search. |
- Returns
- The translation if found, otherwise it returns id.
Definition at line 808 of file moFileReader.hpp.
◆ moFileClearTable()
void moFileClearTable |
( |
| ) |
|
|
inline |
◆ moFileGetErrorDescription()
std::string moFileGetErrorDescription |
( |
| ) |
|
|
inline |
Returns the last known error as string or an empty class.
Definition at line 821 of file moFileReader.hpp.
◆ moFileGetNumStrings()
int moFileGetNumStrings |
( |
| ) |
|
|
inline |
Returns the number of entries loaded from the .mo-File.
Definition at line 828 of file moFileReader.hpp.
◆ moReadMoFile()
◆ g_css
Initial value:= R"(
body {
background-color: black;
color: silver;
}
table {
width: 80%;
}
th {
background-color: orange;
color: black;
}
hr {
color: red;
width: 80%;
size: 5px;
}
a:link{
color: gold;
}
a:visited{
color: grey;
}
a:hover{
color:blue;
}
.copyleft{
font-size: 12px;
text-align: center;
})"
Definition at line 164 of file moFileReader.hpp.