HomeSort by: relevance | last modified time | path
    Searched defs:ozstream (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/iostream2/
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...]
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...]
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...]

Completed in 31 milliseconds