CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PoolToken.h
Go to the documentation of this file.
1 #ifndef INCLUDE_COND_POOLTOKEN_H
2 #define INCLUDE_COND_POOLTOKEN_H
3 
4 #include <string>
5 #include <utility>
6 
7 namespace cond {
8 
9  std::pair<std::string,int> parseToken( const std::string& objectId );
10  std::string writeToken( const std::string& containerName, int oid0, int oid1, const std::string& className );
12 
13 }
14 
15 #endif
std::pair< std::string, int > parseToken(const std::string &objectId)
Definition: PoolToken.cc:16
std::string writeTokenContainerFragment(const std::string &containerName, const std::string &className)
Definition: PoolToken.cc:56
char const * className(const std::type_info &t)
Definition: ClassID.cc:8
std::string writeToken(const std::string &containerName, int oid0, int oid1, const std::string &className)
Definition: PoolToken.cc:45