CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Macros | Functions
CondDBFetch.cc File Reference
#include "CondCore/CondDB/interface/Serialization.h"
#include "CondCore/Utilities/interface/CondDBImport.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)
 

Functions

std::pair< std::string,
boost::shared_ptr< void > > 
cond::persistency::fetch (const cond::Hash &payloadId, Session &session)
 
std::pair< std::string,
boost::shared_ptr< void > > 
cond::persistency::fetchOne (const std::string &payloadTypeName, const cond::Binary &data, const cond::Binary &streamerInfo, boost::shared_ptr< void > payloadPtr, bool isOra)
 

Macro Definition Documentation

#define FETCH_PAYLOAD_CASE (   TYPENAME)
Value:
if( payloadTypeName == #TYPENAME ){ \
auto payload = deserialize<TYPENAME>( payloadTypeName, data, streamerInfo, isOra ); \
payloadPtr = payload; \
match = true; \
}
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
std::pair< typename Association::data_type::first_type, double > match(Reference key, Association association, bool bestMatchByMaxValue)
Generic matching function.
Definition: Utils.h:10

Definition at line 3 of file CondDBFetch.cc.

Referenced by cond::persistency::fetchOne().