#include <spirit_po/catalog_metadata.hpp>
#include <spirit_po/default_plural_forms_compiler.hpp>
#include <spirit_po/exceptions.hpp>
#include <spirit_po/po_grammar.hpp>
#include <spirit_po/po_message.hpp>
#include <boost/spirit/include/qi.hpp>
#include <functional>
#include <istream>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | spirit_po::catalog< hashmap_type, pf_compiler > |
Namespaces | |
spirit_po | |
Macros | |
#define | BOOST_SPIRIT_USE_PHOENIX_V3 |
Typedefs | |
typedef unsigned int | spirit_po::uint |
typedef std::function< void(const std::string &)> | spirit_po::warning_channel_type |
typedef std::unordered_map< std::string, po_message > | spirit_po::default_hashmap_type |
using | spirit_po::default_catalog = catalog<> |
#define BOOST_SPIRIT_USE_PHOENIX_V3 |
Definition at line 12 of file catalog.hpp.