#include <boost/cstdint.hpp>#include <boost/foreach.hpp>#include <boost/regex/pending/unicode_iterator.hpp>#include <boost/type_traits/make_unsigned.hpp>#include <string>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::spirit | |
| boost::spirit::x3 | |
Typedefs | |
| typedef ::boost::uint32_t | boost::spirit::x3::ucs4_char |
| typedef char | boost::spirit::x3::utf8_char |
| typedef std::basic_string < ucs4_char > | boost::spirit::x3::ucs4_string |
| typedef std::basic_string < utf8_char > | boost::spirit::x3::utf8_string |
Functions | |
| template<typename Char > | |
| utf8_string | boost::spirit::x3::to_utf8 (Char value) |
| template<typename Char > | |
| utf8_string | boost::spirit::x3::to_utf8 (Char const *str) |
| template<typename Char , typename Traits , typename Allocator > | |
| utf8_string | boost::spirit::x3::to_utf8 (std::basic_string< Char, Traits, Allocator > const &str) |