Searched refs:ozstream (Results 1 – 2 of 2) sorted by relevance
43 zstringlen(class ozstream&, const char*);155 class ozstream158 ozstream() : m_fp(0), m_os(0) { in ozstream() function160 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION)164 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION)168 ~ozstream() { in ~ozstream()264 inline int write(ozstream& zs, const T* x, Items items) { in write()272 inline ozstream& operator<(ozstream& zs, const T& x) {277 inline zstringlen::zstringlen(ozstream& zs, const char* x) { in zstringlen()286 inline ozstream& operator<(ozstream& zs, const char* x) {[all …]
9 ozstream out("temp.gz"); in main()