#include "MappingRules.h"
#include <sstream>
#include <vector>
#include <cctype>
#include "Reflex/Type.h"
#include "CondCore/ORA/interface/Exception.h"
Go to the source code of this file.
Namespaces | |
namespace | ora |
TO BE REMOVED. | |
Functions | |
void | ora::checkString (const std::string &s, int code, bool thro=true) |
static std::string | ora::validChars ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_-0123456789") |