

Go to the source code of this file.
Classes | |
| class | izstream |
| class | ozstream |
| struct | zstringlen::Val |
| class | zstringlen |
Macros | |
| #define | SET_BINARY_MODE(file) |
Functions | |
| ozstream & | operator< (ozstream &zs, const char *x) |
| template<class T > | |
| ozstream & | operator< (ozstream &zs, const T &x) |
| template<class T > | |
| ostream & | operator<< (ozstream &zs, const T &x) |
| izstream & | operator> (izstream &zs, char *x) |
| template<class T > | |
| izstream & | operator> (izstream &zs, T &x) |
| template<class T , class Items > | |
| int | read (izstream &zs, T *x, Items items) |
| char * | read_string (izstream &zs) |
| template<class T , class Items > | |
| int | write (ozstream &zs, const T *x, Items items) |
| #define SET_BINARY_MODE | ( | file | ) |
Definition at line 37 of file zlib/contrib/iostream2/zstream.h.
Definition at line 286 of file zlib/contrib/iostream2/zstream.h.
Definition at line 272 of file zlib/contrib/iostream2/zstream.h.
Definition at line 302 of file zlib/contrib/iostream2/zstream.h.
Definition at line 138 of file zlib/contrib/iostream2/zstream.h.
Definition at line 123 of file zlib/contrib/iostream2/zstream.h.
Definition at line 115 of file zlib/contrib/iostream2/zstream.h.
|
inline |
Definition at line 145 of file zlib/contrib/iostream2/zstream.h.