CMS 3D CMS Logo

List of all members | Public Member Functions
NullOut Struct Reference

#include <MatacqProducer.h>

Public Member Functions

NullOutoperator<< (std::ostream &(*pf)(std::ostream &))
 
template<typename T >
NullOutoperator<< (const T &a)
 

Detailed Description

Definition at line 34 of file MatacqProducer.h.

Member Function Documentation

NullOut& NullOut::operator<< ( std::ostream &(*)(std::ostream &)  pf)
inline

Definition at line 36 of file MatacqProducer.h.

36  {
37  return *this;
38  }
template<typename T >
NullOut& NullOut::operator<< ( const T a)
inline

Definition at line 40 of file MatacqProducer.h.

40  {
41  return *this;
42  }