#include "CondCore/Utilities/interface/CondDBImport.h"
#include "CondCore/CondDB/interface/Serialization.h"
#include "CondCore/CondDB/interface/Exception.h"
#include "CondFormats.h"
#include <sstream>
Go to the source code of this file.
Namespaces | |
cond | |
cond::persistency | |
Macros | |
#define | FETCH_PAYLOAD_CASE(TYPENAME) |
#define | IGNORE_FOR_IMPORT_CASE(TYPENAME) |
#define | IMPORT_PAYLOAD_CASE(TYPENAME) |
Functions | |
std::pair< std::string, boost::shared_ptr< void > > | cond::persistency::fetch (const cond::Hash &payloadId, Session &session) |
cond::Hash | cond::persistency::import (const std::string &inputTypeName, const void *inputPtr, Session &destination) |
#define FETCH_PAYLOAD_CASE | ( | TYPENAME | ) |
Definition at line 19 of file CondDBImport.cc.
Referenced by cond::persistency::fetch().
#define IGNORE_FOR_IMPORT_CASE | ( | TYPENAME | ) |
Definition at line 11 of file CondDBImport.cc.
#define IMPORT_PAYLOAD_CASE | ( | TYPENAME | ) |
Definition at line 4 of file CondDBImport.cc.
Referenced by cond::persistency::import().