BinaryFile(const std::string &filename_, BinaryFileType type_) | BinaryFile | [inline] |
eof() | BinaryFile | [inline] |
file | BinaryFile | [private] |
filename | BinaryFile | [private] |
get_char(unsigned char &c) | BinaryFile | [inline] |
get_int(int &i) | BinaryFile | [inline] |
get_long(long &i) | BinaryFile | [inline] |
get_nat(unsigned long &i) | BinaryFile | [inline] |
get_string(std::string &s) | BinaryFile | [inline] |
good() | BinaryFile | [inline] |
name() const | BinaryFile | [inline] |
noncopyable() | noncopyable | [inline, private] |
put_char(unsigned char c) | BinaryFile | [inline] |
put_int(int i) | BinaryFile | [inline] |
put_long(long i) | BinaryFile | [inline] |
put_nat(unsigned long nat) | BinaryFile | [inline] |
put_string(const std::string &s) | BinaryFile | [inline] |
read_bytes(unsigned char *buf, std::streamsize size) | BinaryFile | [inline] |
type | BinaryFile | [private] |
write_bytes(const unsigned char *buf, std::streamsize size) | BinaryFile | [inline] |
~BinaryFile() | BinaryFile | [inline, virtual] |
~noncopyable() | noncopyable | [inline, private] |
Contact me in case of errors or questions. This documentation is powered by ![]() |
(C) 2000-2002 ![]() |