Jpp  15.0.1-rc.1-highqe
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
JSUPPORT::JDAQWriterObjectOutput< T, false > Class Template Reference

Implementation of object output for DAQ incompatible data types. More...

#include <JDAQFileWriter.hh>

Inheritance diagram for JSUPPORT::JDAQWriterObjectOutput< T, false >:
JLANG::JNullOutput< T > JLANG::JObjectOutput< T >

Public Member Functions

virtual bool put (const T &object)
 Object output. More...
 

Protected Member Functions

 JDAQWriterObjectOutput (JWriter &writer)
 Constructor. More...
 

Detailed Description

template<class T>
class JSUPPORT::JDAQWriterObjectOutput< T, false >

Implementation of object output for DAQ incompatible data types.

This class implements the JLANG::JObjectOutput interface by doing nothing.

Definition at line 72 of file JDAQFileWriter.hh.

Constructor & Destructor Documentation

template<class T >
JSUPPORT::JDAQWriterObjectOutput< T, false >::JDAQWriterObjectOutput ( JWriter writer)
inlineprotected

Constructor.

Parameters
writerJWriter output

Definition at line 81 of file JDAQFileWriter.hh.

82  {}

Member Function Documentation

template<class T>
virtual bool JLANG::JNullOutput< T >::put ( const T object)
inlinevirtualinherited

Object output.

Parameters
objectobject
Returns
false

Implements JLANG::JObjectOutput< T >.

Definition at line 151 of file JObjectOutput.hh.

152  {
153  return false;
154  }

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