#include "CondCore/ORA/interface/PoolToken.h"
#include "CondCore/ORA/interface/Exception.h"
#include "CondCore/ORA/interface/Guid.h"
#include <cstring>
#include <cstdio>
#include "Reflex/Reflex.h"
Go to the source code of this file.
Namespaces | |
namespace | cond |
Functions | |
std::pair< std::string, int > | cond::parseToken (const std::string &objectId) |
std::string | cond::writeToken (const std::string &containerName, int oid0, int oid1, const std::string &className) |
std::string | cond::writeTokenContainerFragment (const std::string &containerName, const std::string &className) |
Variables | |
static const char * | cond::fmt_oid = "[OID=%08X-%08X]" |
static const char * | cond::fmt_tech = "[TECH=%08X]" |