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