|
adbncfs
0.9.1
|
Wrapping pipe in a class makes sure they are closed when we leave scope. More...
#include <spawn.h>
Public Member Functions | |
| Cpipe () | |
| virtual | ~Cpipe () |
| const int | readFd () const |
| const int | writeFd () const |
| void | close () |
Private Attributes | |
| int | m_aiFd [2] |
Wrapping pipe in a class makes sure they are closed when we leave scope.
| void Cpipe::close | ( | ) |
|
inline |
|
inline |
1.8.7