Jpp  15.0.1-rc.2-highQE
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
JIOToolkit.hh File Reference

Auxiliary methods for binary I/O. More...

#include "JLang/JException.hh"
#include "JIO/JFileStreamIO.hh"
#include "JIO/JSTDIO.hh"

Go to the source code of this file.

Namespaces

 JIO
 Auxiliary classes and methods for binary I/O.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class T >
void JIO::load (const char *file_name, T &object)
 Load object from input file. More...
 
template<class T >
void JIO::store (const char *file_name, const T &object)
 Store object to output file. More...
 

Detailed Description

Auxiliary methods for binary I/O.

Author
mdejong

Definition in file JIOToolkit.hh.