1#ifndef __JIO__JWRITEROBJECTITERATOR__ 
    2#define __JIO__JWRITEROBJECTITERATOR__ 
   17namespace JPP { 
using namespace JIO; }
 
   52    virtual bool put(
const T& 
object)
 override  
 
 
   73  template<
class JHead_t, 
class JTail_t>
 
   96  template<
class JHead_t>
 
JWriterObjectOutput(JWriter &writer)
Constructor.
 
JWriterObjectOutput(JWriter &writer)
Constructor.
 
Implementation of object output using JIO::JWriter for single data type.
 
JWriterObjectOutput(JWriter &writer)
Constructor.
 
bool put(const T &object, JLANG::JBool< true >)
 
virtual bool put(const T &object) override
Object output.
 
bool put(const T &object, JLANG::JBool< false >)
 
Interface for binary output.
 
Template interface of object output for single data type.
 
Auxiliary classes and methods for binary I/O.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliary template class for type bool.
 
Template class test for polymorphism.
 
Auxiliary class for no type definition.