Pyrogenesis trunk
|
#include "precompiled.h"
#include "tinygettext/dictionary_manager.hpp"
#include <memory>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <fstream>
#include <algorithm>
#include "tinygettext/log_stream.hpp"
#include "tinygettext/po_parser.hpp"
#include "tinygettext/unix_file_system.hpp"
Namespaces | |
namespace | tinygettext |
Functions | |
static bool | tinygettext::has_suffix (const std::string &lhs, const std::string &rhs) |