Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
unicode.hpp File Reference
Include dependency graph for unicode.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::spirit::char_encoding::unicode
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::spirit
 
 boost::spirit::char_encoding
 

Macros

#define BOOST_SPIRIT_MAJOR_CATEGORY(name)
 
#define BOOST_SPIRIT_CATEGORY(name)
 
#define BOOST_SPIRIT_DERIVED_CATEGORY(name)
 
#define BOOST_SPIRIT_SCRIPT(name)
 

Macro Definition Documentation

#define BOOST_SPIRIT_CATEGORY (   name)
Value:
static bool \
is_##name(char_type ch) \
{ \
} \
/***/
category_of< T >::type get_category(const T &)
Definition: traits.hpp:293
const int name
Definition: gzip.hpp:94
any_char< char_encoding::unicode > char_type
Definition: unicode.hpp:433
#define BOOST_SPIRIT_DERIVED_CATEGORY (   name)
Value:
static bool \
is_##name(char_type ch) \
{ \
return ucd::is_##name(ch); \
} \
/***/
const int name
Definition: gzip.hpp:94
any_char< char_encoding::unicode > char_type
Definition: unicode.hpp:433
#define BOOST_SPIRIT_MAJOR_CATEGORY (   name)
Value:
static bool \
is_##name(char_type ch) \
{ \
} \
/***/
const int name
Definition: gzip.hpp:94
any_char< char_encoding::unicode > char_type
Definition: unicode.hpp:433
properties::major_category get_major_category(::boost::uint32_t ch)
Definition: query.hpp:197
#define BOOST_SPIRIT_SCRIPT (   name)
Value:
static bool \
is_##name(char_type ch) \
{ \
} \
/***/
const int name
Definition: gzip.hpp:94
any_char< char_encoding::unicode > char_type
Definition: unicode.hpp:433
properties::script get_script(::boost::uint32_t ch)
Definition: query.hpp:285