#include <Serialization.h>
Definition at line 49 of file Serialization.h.
◆ jsonString()
std::string cond::StreamerInfo::jsonString |
( |
| ) |
|
|
static |
Definition at line 8 of file Serialization.cc.
References contentValuesCheck::ss.
Referenced by cond::serialize().
10 ss <<
" {" << std::endl;
12 ss <<
"\"" <<
ARCH_LABEL <<
"\": \"" << currentArchitecture() <<
"\"," << std::endl;
15 ss <<
" }" << std::endl;
static std::string techVersion()
static constexpr char const * CMSSW_VERSION_LABEL
static constexpr char const * TECHNOLOGY
static constexpr char const * ARCH_LABEL
static constexpr char const * TECH_VERSION_LABEL
static constexpr char const * TECH_LABEL
◆ techVersion()
std::string cond::StreamerInfo::techVersion |
( |
| ) |
|
|
static |
◆ ARCH_LABEL
constexpr char const* cond::StreamerInfo::ARCH_LABEL = "architecture" |
|
static |
◆ CMSSW_VERSION_LABEL
constexpr char const* cond::StreamerInfo::CMSSW_VERSION_LABEL = "CMSSW_version" |
|
static |
◆ TECH_LABEL
constexpr char const* cond::StreamerInfo::TECH_LABEL = "technology" |
|
static |
◆ TECH_VERSION_LABEL
constexpr char const* cond::StreamerInfo::TECH_VERSION_LABEL = "tech_version" |
|
static |
◆ TECHNOLOGY
constexpr char const* cond::StreamerInfo::TECHNOLOGY = "boost/serialization" |
|
static |