#include "CondCore/CondDB/interface/Serialization.h"
#include "CondCore/Utilities/interface/CondDBImport.h"
#include "CondCore/CondDB/interface/Exception.h"
#include "CondFormats.h"
#include <memory>
#include <sstream>
Go to the source code of this file.
Namespaces | |
cond | |
cond::persistency | |
Macros | |
#define | FETCH_PAYLOAD_CASE(TYPENAME) |
Functions | |
std::pair< std::string, std::shared_ptr< void > > | cond::persistency::fetch (const cond::Hash &payloadId, Session &session) |
std::pair< std::string, std::shared_ptr< void > > | cond::persistency::fetchOne (const std::string &payloadTypeName, const cond::Binary &data, const cond::Binary &streamerInfo, std::shared_ptr< void > payloadPtr) |
#define FETCH_PAYLOAD_CASE | ( | TYPENAME | ) |
Definition at line 3 of file CondDBFetch.cc.
Referenced by cond::persistency::fetchOne().