GDB (xrefs)
|
Public Member Functions | |
scoped_target_fd (int fd) noexcept | |
~scoped_target_fd () | |
DISABLE_COPY_AND_ASSIGN (scoped_target_fd) | |
int | get () const noexcept |
Private Attributes | |
int | m_fd |
|
inlineexplicitnoexcept |
|
inline |
Definition at line 3456 of file target.c.
References m_fd, and target_fileio_close().
scoped_target_fd::DISABLE_COPY_AND_ASSIGN | ( | scoped_target_fd | ) |
|
inlinenoexcept |
Definition at line 3468 of file target.c.
References m_fd.
Referenced by target_fileio_read_alloc_1().
|
private |
Definition at line 3474 of file target.c.
Referenced by get(), and ~scoped_target_fd().