CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCLBLinkNameParser.h
Go to the documentation of this file.
1 #ifndef CondTools_RPC_RPCLBLinkNameParser_h
2 #define CondTools_RPC_RPCLBLinkNameParser_h
3 
4 #include <string>
5 
7 
9 {
10 public:
11  static void parse(std::string const & _name, RPCLBLink & _lb_link);
12  static RPCLBLink parse(std::string const & _name);
13 };
14 
15 #endif // CondTools_RPC_RPCLBLinkNameParser_h
static void parse(std::string const &_name, RPCLBLink &_lb_link)