#include <ders/file.hpp>
#include <errno.h>
#include <stdio.h>
#include <ders/text_buf.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | ders |
Functions | |
| sh_file | ders::new_file (mem_pool &mp) |
| Creates new file object. | |
| sh_file | ders::new_file (mem_pool &mp, const ch_rng &path, file::mode md, int fls) |
| Creates new file object. | |
| sh_file | ders::new_file (mem_pool &mp, int fd) |
| Creates new file object. | |
| shException | ders::newFileErrorException (mem_pool &mp, const FileLine &loc, const ch_rng &msg, error err, const ch_rng &fname) |
| shException | ders::newFileErrorException (const FileLine &loc, const ch_rng &msg, error err, const ch_rng &fname, shException nest) |
| error | ders::remove (mem_pool &mp, const ch_rng &fname) |
| void | ders::ex_remove (mem_pool &mp, const ch_rng &fname) |
Definition in file file.cpp.
1.5.5