

Classes | |
| struct | boost::spirit::char_encoding::iso8859_1 | 
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::spirit | |
| boost::spirit::char_encoding | |
Macros | |
| #define | BOOST_CC_DIGIT 0x0001 | 
| #define | BOOST_CC_XDIGIT 0x0002 | 
| #define | BOOST_CC_ALPHA 0x0004 | 
| #define | BOOST_CC_CTRL 0x0008 | 
| #define | BOOST_CC_LOWER 0x0010 | 
| #define | BOOST_CC_UPPER 0x0020 | 
| #define | BOOST_CC_SPACE 0x0040 | 
| #define | BOOST_CC_PUNCT 0x0080 | 
Variables | |
| const unsigned char | boost::spirit::char_encoding::iso8859_1_char_types [] | 
| const unsigned char | boost::spirit::char_encoding::iso8859_1_char_conversion [] | 
| #define BOOST_CC_ALPHA 0x0004 | 
| #define BOOST_CC_CTRL 0x0008 | 
Referenced by boost::spirit::char_encoding::iso8859_1::iscntrl().
| #define BOOST_CC_DIGIT 0x0001 | 
| #define BOOST_CC_LOWER 0x0010 | 
Referenced by boost::spirit::char_encoding::iso8859_1::islower().
| #define BOOST_CC_PUNCT 0x0080 | 
Referenced by boost::spirit::char_encoding::iso8859_1::ispunct().
| #define BOOST_CC_SPACE 0x0040 | 
Referenced by boost::spirit::char_encoding::iso8859_1::isspace().
| #define BOOST_CC_UPPER 0x0020 | 
Referenced by boost::spirit::char_encoding::iso8859_1::isupper().
| #define BOOST_CC_XDIGIT 0x0002 | 
Referenced by boost::spirit::char_encoding::iso8859_1::isxdigit().