#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 | |
Typedefs | |
typedef ::boost::uint32_t | boost::spirit::ucs4_char |
typedef char | boost::spirit::utf8_char |
typedef std::basic_string < ucs4_char > | boost::spirit::ucs4_string |
typedef std::basic_string < utf8_char > | boost::spirit::utf8_string |
Functions | |
template<typename Char > | |
utf8_string | boost::spirit::to_utf8 (Char value) |
template<typename Char > | |
utf8_string | boost::spirit::to_utf8 (Char const *str) |
template<typename Char , typename Traits , typename Allocator > | |
utf8_string | boost::spirit::to_utf8 (std::basic_string< Char, Traits, Allocator > const &str) |