The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Macros | Typedefs
catalog.hpp File Reference
#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>
Include dependency graph for catalog.hpp:
This graph shows which files directly or indirectly include this file:

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<>
 

Macro Definition Documentation

◆ BOOST_SPIRIT_USE_PHOENIX_V3

#define BOOST_SPIRIT_USE_PHOENIX_V3

Definition at line 12 of file catalog.hpp.