Implements a C++ stream object suitable for writing to files on disk. More...
Public Member Functions | |
OFileStream () | |
OFileStream (string filename, openmode mode) | |
OFileStream (string filename) | |
close () | |
open (string filename, openmode mode) | |
open (string filename) |
Implements a C++ stream object suitable for writing to files on disk.
This is similar to ofstream, but it provides low-level support for Panda's simple-threading implementation (using this interface will block only the current thread, rather than the entire process, on I/O waits).
OFileStream | ( | ) |
OFileStream | ( | string | filename, |
openmode | mode | ||
) |
OFileStream | ( | string | filename | ) |
close | ( | ) |
open | ( | string | filename | ) |