CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ConvertException.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_ConvertException_h
2 #define FWCore_Utilities_ConvertException_h
3 
4 #include <string>
5 #include <exception>
6 
7 namespace edm {
8  namespace convertException {
9  void badAllocToEDM();
10  void stdToEDM(std::exception const& e);
11  void stringToEDM(std::string& s);
12  void charPtrToEDM(char const* c);
13  void unknownToEDM();
14  }
15 }
16 
17 #endif
void stdToEDM(std::exception const &e)
void charPtrToEDM(char const *c)
void stringToEDM(std::string &s)