zstream.h | 43 zstringlen(class ozstream&, const char*); 153 // ----------------------------- ozstream ----------------------------- 155 class ozstream class 158 ozstream() : m_fp(0), m_os(0) { function in class:ozstream 160 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream 164 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION) function in class:ozstream 168 ~ozstream() { 264 inline int write(ozstream& zs, const T* x, Items items) { 272 inline ozstream& operator<(ozstream& zs, const T& x) [all...] |