|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Classes | |
| class | line_position_t |
| A type detailing parser position information. More... | |
| class | stream_error_t |
| An exception class thrown during parsing failures. More... | |
Namespaces | |
| namespace | adobe |
Functions | |
| std::ostream & | operator<< (std::ostream &, const line_position_t &) |
| std::ostream & | operator<< (std::ostream &, const stream_error_t &) |
| template<typename I> | |
| bool | is_line_end (I &first, I last) |
| template<typename I> | |
| std::size_t | is_line_end (I &first, I last, char c) |
| template<typename I> | |
| std::pair< I, std::string > | get_line (I first, I last) |