![]() |
ATLAS Offline Software
|
#include <string>#include <iostream>#include "CoralBase/AttributeList.h"#include "CoralBase/AttributeListSpecification.h"#include "CoralBase/Attribute.h"Go to the source code of this file.
Namespaces | |
| namespace | IOVDbNamespace |
Functions | |
| std::string | IOVDbNamespace::jsonAttribute (const coral::Attribute &) |
| Produce a representation of a coral::Attribute as a json string. | |
| std::string | IOVDbNamespace::jsonAttributeList (const coral::AttributeList &) |
| Produce a representation of a coral::AttributeList as a json string. | |
Variables | |
| static const std::string | IOVDbNamespace::s_openJson = "{" |
| json open tag, '{' | |
| static const std::string | IOVDbNamespace::s_closeJson = "}" |
| json close tag, '}' | |
| static const std::string | IOVDbNamespace::s_delimiterJson = ", " |
| json standard delimiter ', ' | |