Jpp  15.0.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JLANG::JNullOutput< T > Struct Template Reference

Implementation of null output for single data type. More...

#include <JObjectOutput.hh>

Inheritance diagram for JLANG::JNullOutput< T >:
JLANG::JObjectOutput< T > JLANG::JNullAccessibleOutput< T > JSUPPORT::JMonteCarloStreamObjectOutput< JHead_t > JSUPPORT::JMonteCarloStreamObjectOutput< JTail_t > JSUPPORT::JDAQWriterObjectOutput< T, false > JSUPPORT::JMonteCarloStreamObjectOutput< T > JSUPPORT::JMonteCarloStreamObjectOutput< JTypeList< JHead_t, JNullType > > JSUPPORT::JMonteCarloStreamObjectOutput< JTypeList< JHead_t, JTail_t > > JSUPPORT::JMonteCarloStreamObjectOutput< JTypeList< JHead_t, JTail_t > > JSUPPORT::JMonteCarloFileWriter< T >

Public Member Functions

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

Detailed Description

template<class T>
struct JLANG::JNullOutput< T >

Implementation of null output for single data type.

Definition at line 142 of file JObjectOutput.hh.

Member Function Documentation

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

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 struct was generated from the following file: