Jpp  17.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
JSTDIO.hh File Reference

STD extensions for binary I/O. More...

#include <string>
#include "JLang/JSTDTypes.hh"
#include "JIO/JSerialisable.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

JReaderJIO::operator>> (JReader &in, std::string &object)
 Read template std::string from input. More...
 
JWriterJIO::operator<< (JWriter &out, const std::string &object)
 Write template std::string to output. More...
 
template<class JElement_t , class JAllocator_t >
JReaderJIO::operator>> (JReader &in, std::vector< JElement_t, JAllocator_t > &object)
 Read template std::vector from input. More...
 
template<class JElement_t , class JAllocator_t >
JWriterJIO::operator<< (JWriter &out, const std::vector< JElement_t, JAllocator_t > &object)
 Write template std::vector to output. More...
 
template<class JElement_t , class JAllocator_t >
JReaderJIO::operator>> (JReader &in, std::list< JElement_t, JAllocator_t > &object)
 Read template std::list from input. More...
 
template<class JElement_t , class JAllocator_t >
JWriterJIO::operator<< (JWriter &out, const std::list< JElement_t, JAllocator_t > &object)
 Write template std::list to output. More...
 
template<class JElement_t , class JComparator_t , class JAllocator_t >
JReaderJIO::operator>> (JReader &in, std::set< JElement_t, JComparator_t, JAllocator_t > &object)
 Read template std::set from input. More...
 
template<class JElement_t , class JComparator_t , class JAllocator_t >
JWriterJIO::operator<< (JWriter &out, const std::set< JElement_t, JComparator_t, JAllocator_t > &object)
 Write template std::set to output. More...
 
template<class JElement_t , class JComparator_t , class JAllocator_t >
JReaderJIO::operator>> (JReader &in, std::multiset< JElement_t, JComparator_t, JAllocator_t > &object)
 Read template std::multiset from input. More...
 
template<class JElement_t , class JComparator_t , class JAllocator_t >
JWriterJIO::operator<< (JWriter &out, const std::multiset< JElement_t, JComparator_t, JAllocator_t > &object)
 Write template std::multiset to output. More...
 
template<class JKey_t , class JValue_t >
JReaderJIO::operator>> (JReader &in, std::pair< JKey_t, JValue_t > &object)
 Read template std::pair from input. More...
 
template<class JKey_t , class JValue_t >
JWriterJIO::operator<< (JWriter &out, const std::pair< JKey_t, JValue_t > &object)
 Write template std::pair to output. More...
 
template<class JKey_t , class JValue_t , class JComparator_t , class JAllocator_t >
JReaderJIO::operator>> (JReader &in, std::map< JKey_t, JValue_t, JComparator_t, JAllocator_t > &object)
 Read template std::map from input. More...
 
template<class JKey_t , class JValue_t , class JComparator_t , class JAllocator_t >
JWriterJIO::operator<< (JWriter &out, const std::map< JKey_t, JValue_t, JComparator_t, JAllocator_t > &object)
 Write template std::map to output. More...
 
template<class JKey_t , class JValue_t , class JComparator_t , class JAllocator_t >
JReaderJIO::operator>> (JReader &in, std::multimap< JKey_t, JValue_t, JComparator_t, JAllocator_t > &object)
 Read template std::multimap from input. More...
 
template<class JKey_t , class JValue_t , class JComparator_t , class JAllocator_t >
JWriterJIO::operator<< (JWriter &out, const std::multimap< JKey_t, JValue_t, JComparator_t, JAllocator_t > &object)
 Write template std::multimap to output. More...
 

Detailed Description

STD extensions for binary I/O.

Author
mdejong

Definition in file JSTDIO.hh.