/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/external/stlplus/include/stlplus/fileio.hpp Source File
|
Ratpac-two
|
fileio.hpp
30 // Note: on Windoze, already-open files such as stdout/err are treated as Unix mode because Windoze does eoln
35 oftext(const char* filename, size_t bufsize = preferred_buffer, open_t mode = overwrite, bool line_buffer = false);
39 // similar to the constructors - these destroy the previous device contents (closing if appropriate)
42 void open(const char* filename, size_t bufsize = preferred_buffer, open_t mode = overwrite, bool line_buffer = false);
43 void open(const std::string& filename, size_t bufsize = preferred_buffer, open_t mode = overwrite,
68 // similar to the constructors - these destroy the previous device contents (closing if appropriate)
Definition: textio.hpp:502
Definition: fileio.hpp:105
Definition: fileio.hpp:54
Definition: textio.hpp:242
Definition: textio.hpp:399
Definition: fileio.hpp:82
Definition: fileio.hpp:22
Definition: textio.hpp:37
Generated by