CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
returnType.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_returnType_h
2 #define CommonTools_Utils_returnType_h
3 
4 /* \function returnType
5  *
6  * \author Luca Lista, INFN
7  *
8  */
9 
12 
13 namespace edm {
14 class FunctionWithDict;
15 }
16 
17 namespace reco {
21 }
22 
23 #endif // CommonTools_Utils_returnType_h
TypeCode returnTypeCode(const edm::FunctionWithDict &func)
Definition: returnType.cc:20
edm::TypeWithDict returnType(const edm::FunctionWithDict &func)
Definition: returnType.cc:16
TypeCode typeCode(const edm::TypeWithDict &t)
Definition: returnType.cc:44