1#ifndef __JIO__JBINARYFILEWRITER__
2#define __JIO__JBINARYFILEWRITER__
20namespace JPP {
using namespace JIO; }
34 template<class T, const bool = JLANG::JConversion<T,JSerialisable>::is_derived>
108 template<
class JHead_t,
class JTail_t>
131 template<
class JHead_t>
Object(s) writing to binary file (i.e. .jpp).
JBinaryFileWriter()
Default constructor.
JBinaryWriterObjectOutput(JWriter &writer)
Constructor.
JBinaryWriterObjectOutput(JWriter &writer)
Constructor.
Auxiliary class for object writing to binary stream.
JBinaryWriter(JWriter &writer)
Constructor.
JBinaryWriter(JWriter &writer)
Constructor.
Implementation of object output to binary file for single data type.
JBinaryWriter(JWriter &writer)
Constructor.
Binary output based on std::ostream.
Implementation of object output using JIO::JWriter for single data type.
Interface for binary output.
Accessible output stream.
Interface for object output with named access.
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).
Implementation of null output for single data type.
Auxiliary class for no type definition.