Lines Matching refs:ozstream
43 zstringlen(class ozstream&, const char*);
153 // ----------------------------- ozstream -----------------------------
155 class ozstream
158 ozstream() : m_fp(0), m_os(0) {
160 ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION)
164 ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION)
168 ~ozstream() {
264 inline int write(ozstream& zs, const T* x, Items items) {
272 inline ozstream& operator<(ozstream& zs, const T& x) {
277 inline zstringlen::zstringlen(ozstream& zs, const char* x) {
286 inline ozstream& operator<(ozstream& zs, const char* x) {
293 inline ozstream& operator<(ozstream& zs, char* const& x) {
302 inline ostream& operator<<(ozstream& zs, const T& x) {