#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>
#include "CondFormats/Serialization/interface/Archive.h"
Go to the source code of this file.
Classes | |
class | cond::RootInputArchive |
class | cond::RootOutputArchive |
Namespaces | |
cond | |
Typedefs | |
typedef cond::serialization::InputArchive | cond::CondInputArchive |
typedef cond::serialization::OutputArchive | cond::CondOutputArchive |
Functions | |
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, const Binary &streamerInfoData, bool unpackingOnly=false) |
template<typename T > | |
std::pair< Binary, Binary > | cond::serialize (const T &payload, bool packingOnly=false) |