#include "FWCore/Framework/interface/HCTypeTag.h"
#include "boost/type_traits/remove_const.hpp"
Go to the source code of this file.
|
template<class Key , class ItemType , class Storage , class IdTag > |
ItemType * | edm::eventsetup::heterocontainer::find (const Storage &iStorage, const IdTag &iIdTag) |
|
template<class Key , class ItemType , class Storage > |
ItemType * | edm::eventsetup::heterocontainer::find (const Storage &iStorage) |
|
template<class Key , class ItemType , class Storage , class IdTag > |
bool | edm::eventsetup::heterocontainer::insert (Storage &iStorage, ItemType *iItem, const IdTag &iIdTag) |
|
template<class Key , class ItemType , class Storage > |
bool | edm::eventsetup::heterocontainer::insert (Storage &iStorage, ItemType *iItem) |
|
template<class Type , class Key , class IdTag > |
Key | edm::eventsetup::heterocontainer::makeKey (const IdTag &iIdTag) |
|
template<class Type , class Key > |
Key | edm::eventsetup::heterocontainer::makeKey () |
|