Home
last modified time | relevance | path

Searched refs:gzofstream (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/
A Dzfstream.h47 friend class gzofstream; variable
48 friend gzofstream &setcompressionlevel( gzofstream &, int );
49 friend gzofstream &setcompressionstrategy( gzofstream &, int );
84 gzofstream();
88 virtual ~gzofstream();
93 friend gzofstream &operator<<(gzofstream &, const gzomanip<T> &);
95 gzomanip(gzofstream &(*f)(gzofstream &, T), T v) : func(f), val(v) { } in gzomanip() argument
97 gzofstream &(*func)(gzofstream &, T);
101 template<class T> gzofstream &operator<<(gzofstream &s, const gzomanip<T> &m)
106 inline gzofstream &setcompressionlevel( gzofstream &s, int l ) in setcompressionlevel()
[all …]
A Dzfstream.cpp311 gzofstream::gzofstream() : in gzofstream() function in gzofstream
317 gzofstream::gzofstream( const char *name, int io_mode ) : in gzofstream() function in gzofstream
323 gzofstream::gzofstream( int fd, int io_mode ) : in gzofstream() function in gzofstream
329 gzofstream::~gzofstream() { } in ~gzofstream()
A Dtest.cpp8 gzofstream os( 1, ios::out ); in main()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A Dzfstream.h327 gzofstream();
335 gzofstream(const char* name,
344 gzofstream(int fd,
418 friend gzofstream&
419 operator<<(gzofstream&,
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
428 gzofstream&
429 (*func)(gzofstream&, T1, T2);
439 inline gzofstream&
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), in gzomanip2() argument
[all …]
A Dzfstream.cc429 gzofstream::gzofstream() in gzofstream() function in gzofstream
434 gzofstream::gzofstream(const char* name, in gzofstream() function in gzofstream
443 gzofstream::gzofstream(int fd, in gzofstream() function in gzofstream
453 gzofstream::open(const char* name, in open()
464 gzofstream::attach(int fd, in attach()
475 gzofstream::close() in close()
A DREADME4 gzofstream outf("blah.gz");
10 The gzifstream and gzofstream classes were originally written by Kevin Ruland
18 library naming scheme. The new version of gzifstream/gzofstream/gzfilebuf differs
A Dtest.cc13 gzofstream outf; in main()

Completed in 9 milliseconds