Pyrogenesis trunk
|
#include "precompiled.h"
#include "tinygettext/po_parser.hpp"
#include <iostream>
#include <ctype.h>
#include <string>
#include <istream>
#include <string.h>
#include <unordered_map>
#include <stdlib.h>
#include "tinygettext/language.hpp"
#include "tinygettext/log_stream.hpp"
#include "tinygettext/iconv.hpp"
#include "tinygettext/dictionary.hpp"
#include "tinygettext/plural_forms.hpp"
Classes | |
class | tinygettext::POParserError |
Namespaces | |
namespace | tinygettext |
Functions | |
static bool | tinygettext::has_prefix (const std::string &lhs, const std::string &rhs) |