CMS 3D CMS Logo

Public Member Functions

NullOut Struct Reference

#include <MatacqProducer.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 32 of file MatacqProducer.h.


Member Function Documentation

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

Definition at line 34 of file MatacqProducer.h.

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

Definition at line 38 of file MatacqProducer.h.

                                        {
    return *this;
  }