#include "DataFormats/Common/interface/FillView.h"
#include "Reflex/Object.h"
#include "Reflex/Type.h"
Go to the source code of this file.
Namespaces | |
namespace | edm |
namespace | edm::detail |
Functions | |
template<class COLLECTION> | |
void | edm::detail::reallySetPtr (COLLECTION const &coll, const std::type_info &iToType, unsigned long iIndex, void const *&oPtr) |
template<class T, class A, class Comp> | |
void | edm::setPtr (std::set< T, A, Comp > const &obj, const std::type_info &iToType, unsigned long iIndex, void const *&oPtr) |
template<class T, class A> | |
void | edm::setPtr (std::deque< T, A > const &obj, const std::type_info &iToType, unsigned long iIndex, void const *&oPtr) |
template<class T, class A> | |
void | edm::setPtr (std::list< T, A > const &obj, const std::type_info &iToType, unsigned long iIndex, void const *&oPtr) |
template<class T, class A> | |
void | edm::setPtr (std::vector< T, A > const &obj, const std::type_info &iToType, unsigned long iIndex, void const *&oPtr) |