igzstream Member List
This is the complete list of members for
igzstream, including all inherited members.
close() | gz_file | |
eof() | gz_file | [inline] |
file | gz_file | [protected] |
get_block(void *to, u_int32 size) | igzstream | |
get_bool() | igzstream | |
get_float() | igzstream | |
get_sint16() | igzstream | |
get_sint32() | igzstream | |
get_sint8() | igzstream | |
get_string() | igzstream | |
get_uint16() | igzstream | |
get_uint32() | igzstream | |
get_uint8() | igzstream | |
gz_file() | gz_file | |
gz_file(const string &fname, gz_type t) | gz_file | |
igzstream() | igzstream | |
igzstream(const string &fname) | igzstream | |
is_open() | gz_file | [inline] |
open(const string &fname) | igzstream | |
gz_file::open(const string &fname, gz_type t) | gz_file | |
operator<<(bool &n, igzstream &gfile) | igzstream | [friend] |
operator<<(char &n, igzstream &gfile) | igzstream | [friend] |
operator<<(u_int8 &n, igzstream &gfile) | igzstream | [friend] |
operator<<(s_int8 &n, igzstream &gfile) | igzstream | [friend] |
operator<<(u_int16 &n, igzstream &gfile) | igzstream | [friend] |
operator<<(s_int16 &n, igzstream &gfile) | igzstream | [friend] |
operator<<(u_int32 &n, igzstream &gfile) | igzstream | [friend] |
operator<<(s_int32 &n, igzstream &gfile) | igzstream | [friend] |
operator<<(string &s, igzstream &gfile) | igzstream | [friend] |
operator<<(float &s, igzstream &gfile) | igzstream | [friend] |
~gz_file() | gz_file | [virtual] |
~igzstream() | igzstream | |