ATLAS Offline Software
Loading...
Searching...
No Matches
IOVDbJsonStringFunctions.h File Reference
#include <string>
#include <iostream>
#include "CoralBase/AttributeList.h"
#include "CoralBase/AttributeListSpecification.h"
#include "CoralBase/Attribute.h"
Include dependency graph for IOVDbJsonStringFunctions.h:
This graph shows which files directly or indirectly include this file:

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 ', '