This is the complete list of members for
ogzstream, including all inherited members.
close() | gz_file | |
eof() | gz_file | [inline] |
file | gz_file | [protected] |
gz_file() | gz_file | |
gz_file(const string &fname, gz_type t) | gz_file | |
is_open() | gz_file | [inline] |
ogzstream() | ogzstream | |
ogzstream(const string &fname) | ogzstream | |
open(const string &fname) | ogzstream | |
gz_file::open(const string &fname, gz_type t) | gz_file | |
operator>>(const bool &n, ogzstream &gfile) | ogzstream | [friend] |
operator>>(const char &n, ogzstream &gfile) | ogzstream | [friend] |
operator>>(const u_int8 &n, ogzstream &gfile) | ogzstream | [friend] |
operator>>(const s_int8 &n, ogzstream &gfile) | ogzstream | [friend] |
operator>>(const u_int16 &n, ogzstream &gfile) | ogzstream | [friend] |
operator>>(const s_int16 &n, ogzstream &gfile) | ogzstream | [friend] |
operator>>(const u_int32 &n, ogzstream &gfile) | ogzstream | [friend] |
operator>>(const s_int32 &n, ogzstream &gfile) | ogzstream | [friend] |
operator>>(const string &s, ogzstream &gfile) | ogzstream | [friend] |
operator>>(const float &s, ogzstream &gfile) | ogzstream | [friend] |
put_block(void *to, u_int32 size) | ogzstream | |
put_bool(const bool &n) (defined in ogzstream) | ogzstream | [inline] |
put_float(const float &n) (defined in ogzstream) | ogzstream | [inline] |
put_sint16(const s_int16 &n) (defined in ogzstream) | ogzstream | [inline] |
put_sint32(const s_int32 &n) (defined in ogzstream) | ogzstream | [inline] |
put_sint8(const s_int8 &n) (defined in ogzstream) | ogzstream | [inline] |
put_string(const string &s) (defined in ogzstream) | ogzstream | [inline] |
put_uint16(const u_int16 &n) (defined in ogzstream) | ogzstream | [inline] |
put_uint32(const u_int32 &n) (defined in ogzstream) | ogzstream | [inline] |
put_uint8(const u_int8 &n) (defined in ogzstream) | ogzstream | [inline] |
~gz_file() | gz_file | [virtual] |
~ogzstream() | ogzstream | |