|
Nix
2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| AutoCloseFD (int fd) | |
| AutoCloseFD (const AutoCloseFD &fd)=delete | |
| AutoCloseFD (AutoCloseFD &&fd) | |
| AutoCloseFD & | operator= (const AutoCloseFD &fd)=delete |
| AutoCloseFD & | operator= (AutoCloseFD &&fd) noexcept(false) |
| int | get () const |
| operator bool () const | |
| int | release () |
| void | close () |
| void | fsync () |
| void | reset () |