GDB (xrefs)
|
Public Member Functions | |
scoped_remote_fd (remote_target *remote, int fd) | |
~scoped_remote_fd () | |
DISABLE_COPY_AND_ASSIGN (scoped_remote_fd) | |
ATTRIBUTE_UNUSED_RESULT int | release () noexcept |
int | get () const noexcept |
Private Attributes | |
remote_target * | m_remote |
int | m_fd |
|
inline |
Definition at line 12853 of file remote.c.
References m_fd, m_remote, and scoped_remote_fd().
Referenced by scoped_remote_fd().
scoped_remote_fd::DISABLE_COPY_AND_ASSIGN | ( | scoped_remote_fd | ) |
|
inlinenoexcept |
Definition at line 12887 of file remote.c.
References m_fd.
Referenced by remote_target::remote_file_get(), and remote_target::remote_file_put().
|
inlinenoexcept |
Definition at line 12879 of file remote.c.
References m_fd.
Referenced by remote_target::remote_file_get(), and remote_target::remote_file_put().
|
private |
Definition at line 12897 of file remote.c.
Referenced by get(), release(), and scoped_remote_fd().
|
private |
Definition at line 12894 of file remote.c.
Referenced by scoped_remote_fd().