#include <DataFormats/Common/interface/Wrapper.h>
Public Member Functions | |
void | operator() (T const &, ProductID const &, std::vector< void const * > &, helper_vector_ptr &) const |
Definition at line 92 of file Wrapper.h.
void edm::DoNotFillView< T >::operator() | ( | T const & | , | |
ProductID const & | , | |||
std::vector< void const * > & | , | |||
helper_vector_ptr & | ||||
) | const [inline] |
Definition at line 94 of file Wrapper.h.
References name, and edm::errors::ProductDoesNotSupportViews.
00098 { 00099 throw Exception(errors::ProductDoesNotSupportViews) 00100 << "The product type " 00101 << typeid(T).name() 00102 << "\ndoes not support Views\n"; 00103 }