CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FriendlyName.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_FriendlyName_h
2 #define FWCore_Utilities_FriendlyName_h
3 /*
4  * friendlyName.h
5  * CMSSW
6  *
7  * Created by Chris Jones on 2/24/06.
8  *
9  */
10 #include <string>
11 
12 namespace edm {
13  namespace friendlyname {
14  std::string friendlyName(std::string const& iFullName);
15  }
16 }
17 #endif
std::string friendlyName(std::string const &iFullName)