#include <sstream>
#include "boost/spirit/include/classic_exceptions.hpp"
Go to the source code of this file.
Classes | |
class | reco::parser::Exception |
Namespaces | |
reco | |
fixed size matrix | |
reco::parser | |
Typedefs | |
typedef boost::spirit::classic::parser_error< reco::parser::SyntaxErrors > | reco::parser::BaseException |
Enumerations | |
enum | reco::parser::SyntaxErrors { reco::parser::kSyntaxError, reco::parser::kMissingClosingParenthesis, reco::parser::kSpecialError } |
Functions | |
const char * | reco::parser::baseExceptionWhat (const BaseException &e) |
returns the appropriate 'what' message for the exception More... | |
template<class T > | |
Exception & | reco::parser::operator<< (Exception &e, const T &iT) |
template<class T > | |
Exception & | reco::parser::operator<< (const Exception &e, const T &iT) |
Exception & | reco::parser::operator<< (Exception &e, std::ostream &(*f)(std::ostream &)) |
Exception & | reco::parser::operator<< (const Exception &e, std::ostream &(*f)(std::ostream &)) |
Exception & | reco::parser::operator<< (Exception &e, std::ios_base &(*f)(std::ios_base &)) |
Exception & | reco::parser::operator<< (const Exception &e, std::ios_base &(*f)(std::ios_base &)) |