1#ifndef __JIO__JREADEROBJECTITERATOR__ 
    2#define __JIO__JREADEROBJECTITERATOR__ 
   15namespace JPP { 
using namespace JIO; }
 
virtual bool setObject(T &object) override
Set object.
 
JReaderObjectIterator(JReader &reader)
Constructor.
 
bool setObject(T &object, JLANG::JBool< true >)
 
bool setObject(T &object, JLANG::JBool< false >)
 
Interface for binary input.
 
Abstract object iterator.
 
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.