#include "CondCore/ORA/interface/OId.h"
#include <cstdio>
#include <cstring>
Go to the source code of this file.
Variables | |
static const char * | OIDFMT = "%04X-%08X" |
static const size_t | OIDSIZ = 14 |
const char* OIDFMT = "%04X-%08X" [static] |
Definition at line 6 of file OId.cc.
Referenced by ora::OId::fromString(), and ora::OId::toString().
const size_t OIDSIZ = 14 [static] |
Definition at line 7 of file OId.cc.
Referenced by ora::OId::fromString(), and ora::OId::toString().