CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
edm::DoNotSetPtr< T > Struct Template Reference

#include <Wrapper.h>

Public Member Functions

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

Detailed Description

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

Definition at line 127 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 *&  oPtr 
) const
inline

Definition at line 128 of file Wrapper.h.

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

131  {
133  "The product type ",
134  typeid(T).name(),
135  "\ndoes not support edm::Ptr\n");
136  }
static void throwThis(Code category, char const *message0="", char const *message1="", char const *message2="", char const *message3="", char const *message4="")
Definition: EDMException.cc:81
long double T
template<typename T >
void edm::DoNotSetPtr< T >::operator() ( T const &  obj,
std::type_info const &  iToType,
std::vector< unsigned long > const &  iIndex,
std::vector< void const * > &  oPtr 
) const
inline

Definition at line 137 of file Wrapper.h.

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

140  {
142  "The product type ",
143  typeid(T).name(),
144  "\ndoes not support edm::PtrVector\n");
145  }
static void throwThis(Code category, char const *message0="", char const *message1="", char const *message2="", char const *message3="", char const *message4="")
Definition: EDMException.cc:81
long double T