#include <strstream.h>
#include <string.h>
#include <stdio.h>
#include "zlib.h"
Go to the source code of this file.
|
template<class T , class Items > |
int | read (izstream &zs, T *x, Items items) |
|
template<class T > |
izstream & | operator> (izstream &zs, T &x) |
|
izstream & | operator> (izstream &zs, char *x) |
|
char * | read_string (izstream &zs) |
|
template<class T , class Items > |
int | write (ozstream &zs, const T *x, Items items) |
|
template<class T > |
ozstream & | operator< (ozstream &zs, const T &x) |
|
ozstream & | operator< (ozstream &zs, const char *x) |
|
template<class T > |
ostream & | operator<< (ozstream &zs, const T &x) |
|
#define SET_BINARY_MODE |
( |
|
file | ) |
|
template<class T , class Items >
int read |
( |
izstream & |
zs, |
|
|
T * |
x, |
|
|
Items |
items |
|
) |
| |
|
inline |
template<class T , class Items >