test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CondDBImport.h
Go to the documentation of this file.
1 #ifndef Utilities_CondDBImport_h
2 #define Utilities_CondDBImport_h
3 
6 //
7 
8 namespace cond {
9 
10  namespace persistency {
11 
12  cond::Hash import( Session& source, const cond::Hash& sourcePayloadId, const std::string& inputTypeName, const void* inputPtr, Session& destination );
13 
14  std::pair<std::string,boost::shared_ptr<void> > fetch( const cond::Hash& payloadId, Session& session );
15  std::pair<std::string, boost::shared_ptr<void> > fetchOne( const std::string &payloadTypeName, const cond::Binary &data, const cond::Binary &streamerInfo, boost::shared_ptr<void> payloadPtr );
16 
17  }
18 
19 }
20 
21 #endif
std::pair< std::string, boost::shared_ptr< void > > fetchOne(const std::string &payloadTypeName, const cond::Binary &data, const cond::Binary &streamerInfo, boost::shared_ptr< void > payloadPtr)
Definition: CondDBFetch.cc:23
std::string Hash
Definition: Types.h:45
std::pair< std::string, boost::shared_ptr< void > > fetch(const cond::Hash &payloadId, Session &session)
Definition: CondDBFetch.cc:313
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
session
Definition: models.py:201
static std::string const source
Definition: EdmProvDump.cc:43