Panda3D
|
Public Types | |
enum | openmode |
enum | seekdir { beg = 0, cur = 1, end = 2 } |
Public Member Functions | |
ofstream () | |
bool | bad () |
clear () | |
close () | |
bool | eof () |
bool | fail () |
flush () | |
bool | good () |
put (char c) | |
seekp (unsigned long int pos) | |
seekp (long int off, seekdir dir) | |
unsigned long int | tellp () |
enum openmode [inherited] |
enum seekdir [inherited] |
ofstream | ( | ) |
bool bad | ( | ) | [inherited] |
clear | ( | ) | [inherited] |
close | ( | ) |
bool eof | ( | ) | [inherited] |
bool fail | ( | ) | [inherited] |
flush | ( | ) | [inherited] |
Reimplemented in iostream, OSocketStream, SocketStream, and MultiplexStream.
bool good | ( | ) | [inherited] |
put | ( | char | c | ) | [inherited] |
seekp | ( | unsigned long int | pos | ) | [inherited] |
unsigned long int tellp | ( | ) | [inherited] |