|
libhatchet
|
Go to the source code of this file.
Classes | |
| class | hxfile |
Variables | |
| hxfile | hxin |
| hxfile | hxout |
| hxfile | hxerr |
| hxfile | hxdev_null |
| constexpr char | hxendl [] = "\n" |
Single-ownership C++ RAII abstraction for file I/O.
Both POSIX and libc implementations are available.
|
extern |
hxdev_null - Global equivalent to /dev/null.
May be written to but not read from.
|
inlineconstexpr |
hxendl - Equivalent to std::endl without the flush.
Does not vary by platform. Non-empty POSIX text files must end with \n.