CMS 3D CMS Logo

Public Member Functions

edm::DoNotSetPtr< T > Struct Template Reference

#include <Wrapper.h>

List of all members.

Public Member Functions

void operator() (T const &, std::type_info const &, unsigned long, void const *&) const
void operator() (T const &, std::type_info const &, std::vector< unsigned long > const &, std::vector< void const * > &) const

Detailed Description

template<typename T>
struct edm::DoNotSetPtr< T >

Definition at line 144 of file Wrapper.h.


Member Function Documentation

template<typename T >
void edm::DoNotSetPtr< T >::operator() ( T const &  ,
std::type_info const &  ,
unsigned  long,
void const *&   
) const [inline]

Definition at line 145 of file Wrapper.h.

References mergeVDriftHistosByStation::name, edm::errors::ProductDoesNotSupportPtr, and edm::Exception::throwThis().

                                          {
      Exception::throwThis(errors::ProductDoesNotSupportPtr,
        "The product type ",
        typeid(T).name(),
        "\ndoes not support edm::Ptr\n");
    }
template<typename T >
void edm::DoNotSetPtr< T >::operator() ( T const &  ,
std::type_info const &  ,
std::vector< unsigned long > const &  ,
std::vector< void const * > &   
) const [inline]

Definition at line 154 of file Wrapper.h.

References mergeVDriftHistosByStation::name, edm::errors::ProductDoesNotSupportPtr, and edm::Exception::throwThis().

                                                     {
      Exception::throwThis(errors::ProductDoesNotSupportPtr,
        "The product type ",
        typeid(T).name(),
        "\ndoes not support edm::PtrVector\n");
    }