|
Adonthell
0.4
|
Defines the igzstream, ogzstream and fileops classes. More...

Go to the source code of this file.
Functions | |
| bool & | operator<< (bool &n, igzstream &gfile) |
| Reads a boolean. More... | |
| char & | operator<< (char &n, igzstream &gfile) |
| Reads a char. More... | |
| u_int8 & | operator<< (u_int8 &n, igzstream &gfile) |
| Reads a u_int8. More... | |
| s_int8 & | operator<< (s_int8 &n, igzstream &gfile) |
| Reads a s_int8. More... | |
| u_int16 & | operator<< (u_int16 &n, igzstream &gfile) |
| Reads a u_int16. More... | |
| s_int16 & | operator<< (s_int16 &n, igzstream &gfile) |
| Reads a s_int16. More... | |
| u_int32 & | operator<< (u_int32 &n, igzstream &gfile) |
| Reads a u_int32. More... | |
| s_int32 & | operator<< (s_int32 &n, igzstream &gfile) |
| Reads a s_int32. More... | |
| string & | operator<< (string &s, igzstream &gfile) |
| Reads a string. More... | |
| float & | operator<< (float &f, igzstream &gfile) |
| Reads a float. More... | |
| const bool & | operator>> (const bool &n, ogzstream &gfile) |
| Writes a boolean. More... | |
| const char & | operator>> (const char &n, ogzstream &gfile) |
| Writes a char. More... | |
| const u_int8 & | operator>> (const u_int8 &n, ogzstream &gfile) |
| Writes a u_int8. More... | |
| const s_int8 & | operator>> (const s_int8 &n, ogzstream &gfile) |
| Writes a s_int8. More... | |
| const u_int16 & | operator>> (const u_int16 &n, ogzstream &gfile) |
| Writes a u_int16. More... | |
| const s_int16 & | operator>> (const s_int16 &n, ogzstream &gfile) |
| Writes a s_int16. More... | |
| const u_int32 & | operator>> (const u_int32 &n, ogzstream &gfile) |
| Writes a u_int32. More... | |
| const s_int32 & | operator>> (const s_int32 &n, ogzstream &gfile) |
| Writes a s_int32. More... | |
| string & | operator>> (const string &s, ogzstream &gfile) |
| Writes a string. More... | |
| const float & | operator>> (const float &f, ogzstream &gfile) |
| Writes a float. More... | |
Defines the igzstream, ogzstream and fileops classes.
Definition in file fileops.cc.
| bool& operator<< | ( | bool & | n, |
| igzstream & | gfile | ||
| ) |
Reads a boolean.
Definition at line 83 of file fileops.cc.
| char& operator<< | ( | char & | n, |
| igzstream & | gfile | ||
| ) |
Reads a char.
Definition at line 99 of file fileops.cc.
Reads a u_int8.
Definition at line 112 of file fileops.cc.
Reads a s_int8.
Definition at line 127 of file fileops.cc.
Reads a u_int16.
Definition at line 142 of file fileops.cc.
Reads a s_int16.
Definition at line 158 of file fileops.cc.
Reads a u_int32.
Definition at line 174 of file fileops.cc.
Reads a s_int32.
Definition at line 190 of file fileops.cc.
| string& operator<< | ( | string & | s, |
| igzstream & | gfile | ||
| ) |
Reads a string.
Definition at line 206 of file fileops.cc.
| float& operator<< | ( | float & | f, |
| igzstream & | gfile | ||
| ) |
Reads a float.
Definition at line 230 of file fileops.cc.
| const bool& operator>> | ( | const bool & | n, |
| ogzstream & | gfile | ||
| ) |
Writes a boolean.
Definition at line 273 of file fileops.cc.
| const char& operator>> | ( | const char & | n, |
| ogzstream & | gfile | ||
| ) |
Writes a char.
Definition at line 281 of file fileops.cc.
Writes a u_int8.
Definition at line 288 of file fileops.cc.
Writes a s_int8.
Definition at line 295 of file fileops.cc.
Writes a u_int16.
Definition at line 302 of file fileops.cc.
Writes a s_int16.
Definition at line 310 of file fileops.cc.
Writes a u_int32.
Definition at line 318 of file fileops.cc.
Writes a s_int32.
Definition at line 326 of file fileops.cc.
| string& operator>> | ( | const string & | s, |
| ogzstream & | gfile | ||
| ) |
Writes a string.
Definition at line 334 of file fileops.cc.
| const float& operator>> | ( | const float & | f, |
| ogzstream & | gfile | ||
| ) |
Writes a float.
Definition at line 346 of file fileops.cc.