| 
    Jpp
    master_rocky
    
   the software that should make you happy 
   | 
 
Template definition of Monte Carlo stream output for single data type. More...
#include <JMonteCarloFileWriter.hh>
  
Public Types | |
| typedef JNullOutput< T > | data_type | 
Public Member Functions | |
| virtual bool | put (const T &object)=0 | 
| Object output.  More... | |
| virtual bool | put (const T &object) override | 
| Object output.  More... | |
Static Public Member Functions | |
| static data_type & | getInstance () | 
| Get unique instance of template class.  More... | |
Protected Member Functions | |
| JMonteCarloStreamObjectOutput (std::ostream &out) | |
| Constructor.  More... | |
Template definition of Monte Carlo stream output for single data type.
This class provides for a null implementation of the JLANG::JObjectOutput interface. It should be specialised for the data types that will be written to a Monte Carlo file.
Definition at line 37 of file JMonteCarloFileWriter.hh.
      
  | 
  inherited | 
Definition at line 20 of file JSingleton.hh.
      
  | 
  inlineprotected | 
      
  | 
  pure virtualinherited | 
Object output.
| object | object | 
Implemented in JROOT::JTreeWriterObjectOutput< T >, JROOT::JSonObjectOutput< T >, JROOT::JRootStreamObjectOutput< T >, JROOT::JRootObjectOutput< T, false >, JNET::JControlHostObjectOutput< T >, JLANG::JStreamObjectOutput< T >, JLANG::JNullOutput< T >, JLANG::JAbstractObjectWriter< T >, JIO::JWriterObjectOutput< T >, JNET::JControlHostObjectOutput< JTail_t >, JLANG::JStreamObjectOutput< JTail_t >, JLANG::JNullOutput< JTail_t >, JLANG::JAbstractObjectWriter< JTail_t >, JNET::JControlHostObjectOutput< JHead_t >, JLANG::JStreamObjectOutput< JHead_t >, JLANG::JNullOutput< JHead_t >, JLANG::JAbstractObjectWriter< JHead_t >, JLANG::JObjectDemultiplexer< JBase_t, JTypeList< JHead_t, JTail_t > >, JLANG::JObjectDemultiplexer< JBase_t, JDerived_t >, JLANG::JObjectDemultiplexer< JBase_t, JTail_t >, and JLANG::JObjectDemultiplexer< JBase_t, JHead_t >.
      
  | 
  inlineoverridevirtualinherited | 
Object output.
| object | object | 
Implements JLANG::JObjectOutput< T >.
Definition at line 153 of file JObjectOutput.hh.
      
  | 
  inlinestaticinherited | 
Get unique instance of template class.
Definition at line 27 of file JSingleton.hh.