CMS 3D CMS Logo

Classes | Namespaces | Typedefs | Enumerations | Functions
Exception.h File Reference
#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::SyntaxErrorsreco::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 >
Exceptionreco::parser::operator<< (Exception &e, const T &iT)
 
template<class T >
Exceptionreco::parser::operator<< (const Exception &e, const T &iT)
 
Exceptionreco::parser::operator<< (Exception &e, std::ostream &(*f)(std::ostream &))
 
Exceptionreco::parser::operator<< (const Exception &e, std::ostream &(*f)(std::ostream &))
 
Exceptionreco::parser::operator<< (Exception &e, std::ios_base &(*f)(std::ios_base &))
 
Exceptionreco::parser::operator<< (const Exception &e, std::ios_base &(*f)(std::ios_base &))