libzypp 17.37.17
|
#include <zypp-core/zyppng/base/private/linuxhelpers_p.h>
Public Member Functions | |
void | unrefWrite () |
void | unrefRead () |
Static Public Member Functions | |
static std::optional< Pipe > | create (int flags=0) |
Public Attributes | |
zypp::AutoFD | readFd |
zypp::AutoFD | writeFd |
Small helper struct around creating a Unix pipe to ensure RAII with pipes
Definition at line 72 of file linuxhelpers_p.h.
|
static |
Definition at line 71 of file linuxhelpers.cc.
|
inline |
Definition at line 77 of file linuxhelpers_p.h.
|
inline |
Definition at line 81 of file linuxhelpers_p.h.
zypp::AutoFD zyppng::Pipe::readFd |
Definition at line 73 of file linuxhelpers_p.h.
zypp::AutoFD zyppng::Pipe::writeFd |
Definition at line 74 of file linuxhelpers_p.h.