LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::DoNotSetPtr< T > Struct Template Reference

#include "Wrapper.h"

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 art::DoNotSetPtr< T >

Definition at line 73 of file Wrapper.h.

Member Function Documentation

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

Definition at line 362 of file Wrapper.h.

References art::errors::ProductDoesNotSupportPtr.

366  {
368  << "The product type " << cet::demangle_symbol(typeid(T).name())
369  << "\ndoes not support art::Ptr\n";
370  }
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition: Exception.h:66
template<typename T >
void art::DoNotSetPtr< T >::operator() ( T const &  ,
std::type_info const &  ,
std::vector< unsigned long > const &  ,
std::vector< void const * > &   
) const
inline

Definition at line 373 of file Wrapper.h.

References art::errors::ProductDoesNotSupportPtr.

377  {
379  << "The product type " << cet::demangle_symbol(typeid(T).name())
380  << "\ndoes not support art::PtrVector\n";
381  }
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition: Exception.h:66

The documentation for this struct was generated from the following file: