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

  /src/common/dist/zlib/contrib/iostream2/
zstream.h 42 zstringlen(class izstream&);
49 // ----------------------------- izstream -----------------------------
51 class izstream class
54 izstream() : m_fp(0) {} function in class:izstream
55 izstream(FILE* fp) : m_fp(0) { open(fp); } function in class:izstream
56 izstream(const char* name) : m_fp(0) { open(name); } function in class:izstream
57 ~izstream() { close(); }
115 inline int read(izstream& zs, T* x, Items items) {
123 inline izstream& operator>(izstream& zs, T& x)
    [all...]
zstream.h 42 zstringlen(class izstream&);
49 // ----------------------------- izstream -----------------------------
51 class izstream class
54 izstream() : m_fp(0) {} function in class:izstream
55 izstream(FILE* fp) : m_fp(0) { open(fp); } function in class:izstream
56 izstream(const char* name) : m_fp(0) { open(name); } function in class:izstream
57 ~izstream() { close(); }
115 inline int read(izstream& zs, T* x, Items items) {
123 inline izstream& operator>(izstream& zs, T& x)
    [all...]

Completed in 20 milliseconds