CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DDSplit.h
Go to the documentation of this file.
1 #ifndef DD_DDSPLIT_H
2 #define DD_DDSPLIT_H
3 
4 #include <string>
5 #include <utility>
6 
8 std::pair<std::string, std::string> DDSplit(const std::string& n);
9 
10 #endif
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = &#39;:&#39;
Definition: DDSplit.cc:3