Functions | |
template<typename T > | |
T | from_string (const std::string &attributeValue) |
template<> | |
std::string | from_string (const std::string &attributeValue) |
template<> | |
float | from_string (const std::string &attributeValue) |
template<> | |
int | from_string (const std::string &attributeValue) |
template<> | |
unsigned short | from_string (const std::string &attributeValue) |
template<> | |
LHCInfo::FillType | from_string (const std::string &attributeValue) |
template<> | |
unsigned long long | from_string (const std::string &attributeValue) |
template<> | |
LHCInfo::ParticleType | from_string (const std::string &attributeValue) |
template<> | |
LHCInfoPerFill::FillType | from_string (const std::string &attributeValue) |
template<> | |
LHCInfoPerFill::ParticleType | from_string (const std::string &attributeValue) |
template<> | |
boost::posix_time::ptime | from_string (const std::string &attributeValue) |
template<typename T , T fun> | |
T | from_string_impl (const std::string &attributeValue, T zero) |
float | s_to_f (const std::string &val) |
int | s_to_i (const std::string &val) |
boost::posix_time::ptime | s_to_time (const std::string &val) |
unsigned long | s_to_ul (const std::string &val) |
unsigned long long | s_to_ull (const std::string &val) |
template<typename V > | |
std::string | to_string (const V &value) |
template<typename V > | |
std::string | to_string (const V *value) |
template<> | |
std::string | to_string (const std::string &value) |
template<> | |
std::string | to_string (const char *value) |
template<> | |
std::string | to_string (const boost::posix_time::ptime &value) |
Variables | |
static constexpr const char *const | OMS_TIME_FMT = "%Y-%m-%dT%H:%M:%SZ" |
|
inline |
Definition at line 28 of file OMSAccess.h.
|
inline |
|
inline |
Definition at line 39 of file OMSAccess.h.
|
inline |
Definition at line 45 of file OMSAccess.h.
|
inline |
Definition at line 51 of file OMSAccess.h.
LHCInfo::FillType cond::impl::from_string | ( | const std::string & | attributeValue | ) |
Definition at line 53 of file LHCInfoPopConSourceHandler.cc.
References LHCInfo::UNKNOWN.
|
inline |
Definition at line 57 of file OMSAccess.h.
LHCInfo::ParticleType cond::impl::from_string | ( | const std::string & | attributeValue | ) |
Definition at line 58 of file LHCInfoPopConSourceHandler.cc.
References LHCInfo::NONE.
LHCInfoPerFill::FillType cond::impl::from_string | ( | const std::string & | attributeValue | ) |
Definition at line 62 of file LHCInfoPerFillPopConAnalyzer.cc.
References LHCInfoPerFill::UNKNOWN.
LHCInfoPerFill::ParticleType cond::impl::from_string | ( | const std::string & | attributeValue | ) |
Definition at line 68 of file LHCInfoPerFillPopConAnalyzer.cc.
References LHCInfoPerFill::NONE.
|
inline |
Definition at line 72 of file OMSAccess.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 62 of file OMSAccess.h.
References OMS_TIME_FMT, contentValuesCheck::ss, hcalRecHitTable_cff::time, and heppy_batch::val.
|
inline |
|
inline |
|
inline |
Definition at line 77 of file OMSAccess.h.
References to_string().
Referenced by cond::OMSServiceQuery::filter().
|
inline |
|
inline |
Definition at line 85 of file OMSAccess.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 89 of file OMSAccess.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 93 of file OMSAccess.h.
References OMS_TIME_FMT, cms::cuda::stream, and relativeConstraints::value.
|
static |
Definition at line 16 of file OMSAccess.h.
Referenced by s_to_time(), and to_string().