|
Jpp
|
STD extensions for binary I/O. More...
Go to the source code of this file.
Namespaces | |
| JIO | |
| Auxiliary classes and methods for binary I/O. | |
| JPP | |
Functions | |
| JReader & | JIO::operator>> (JReader &in, std::string &object) |
| Read template std::string from input. More... | |
| JWriter & | JIO::operator<< (JWriter &out, const std::string &object) |
| Write template std::string to output. More... | |
| template<class JElement_t , class JAllocator_t > | |
| JReader & | JIO::operator>> (JReader &in, std::vector< JElement_t, JAllocator_t > &object) |
| Read template std::vector from input. More... | |
| template<class JElement_t , class JAllocator_t > | |
| JWriter & | JIO::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 > | |
| JReader & | JIO::operator>> (JReader &in, std::list< JElement_t, JAllocator_t > &object) |
| Read template std::list from input. More... | |
| template<class JElement_t , class JAllocator_t > | |
| JWriter & | JIO::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 > | |
| JReader & | JIO::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 > | |
| JWriter & | JIO::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 > | |
| JReader & | JIO::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 > | |
| JWriter & | JIO::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 > | |
| JReader & | JIO::operator>> (JReader &in, std::pair< JKey_t, JValue_t > &object) |
| Read template std::pair from input. More... | |
| template<class JKey_t , class JValue_t > | |
| JWriter & | JIO::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 > | |
| JReader & | JIO::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 > | |
| JWriter & | JIO::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 > | |
| JReader & | JIO::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 > | |
| JWriter & | JIO::operator<< (JWriter &out, const std::multimap< JKey_t, JValue_t, JComparator_t, JAllocator_t > &object) |
| Write template std::multimap to output. More... | |
STD extensions for binary I/O.
Definition in file JSTDIO.hh.
1.8.5