#include "CondCore/CondDB/interface/Binary.h"
#include "CondCore/CondDB/interface/Exception.h"
#include "CondCore/CondDB/interface/Utils.h"
#include <sstream>
#include <iostream>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
|
template<typename T > |
T * | cond::createPayload (const std::string &payloadTypeName) |
|
template<typename T > |
boost::shared_ptr< T > | cond::deserialize (const std::string &payloadType, const Binary &payloadData, bool unpackingOnly=false) |
|
template<typename T > |
Binary | cond::serialize (const T &payload, bool packingOnly=false) |
|