#include <adobe/config.hpp>
#include <ios>
#include <istream>
#include <stdexcept>
#include <vector>
#include <adobe/name_fwd.hpp>
#include <adobe/istream_fwd.hpp>
#include <boost/any.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
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 |
| template<typename I > |
| std::pair< I, std::string > | get_line (I first, I last) |
| 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) |
| std::ostream & | operator<< (std::ostream &, const line_position_t &) |