Jpp 19.3.0-rc.3
the software that should make you happy
|
#include <ostream>
#include "JLang/JAccessibleBinaryStream.hh"
#include "JLang/JObjectOutput.hh"
#include "JLang/JTypeList.hh"
#include "JLang/JNullType.hh"
#include "JIO/JStreamIO.hh"
#include "JIO/JWriterObjectOutput.hh"
Go to the source code of this file.
Classes | |
class | JIO::JBinaryWriterObjectOutput< T, true > |
Implementation of object output for binary stream compatible data types. More... | |
class | JIO::JBinaryWriterObjectOutput< T, false > |
Implementation of object output for binary stream incompatible data types. More... | |
class | JIO::JBinaryWriter< T > |
Implementation of object output to binary file for single data type. More... | |
class | JIO::JBinaryWriter< JTypeList< JHead_t, JTail_t > > |
Implementation of object output to binary file for multiple data types. More... | |
class | JIO::JBinaryWriter< JTypeList< JHead_t, JNullType > > |
Terminator class of recursive JBinaryWriter class. More... | |
class | JIO::JBinaryFileWriter< T > |
Object(s) writing to binary file (i.e. .jpp). More... | |
Namespaces | |
namespace | JIO |
Auxiliary classes and methods for binary I/O. | |
namespace | JPP |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |