class ScopedPipe
Defined at line 519 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
A RAII container for a pair of file descriptors representing a pipe.
Public Methods
void ScopedPipe (const ScopedPipe & )
Defined at line 524 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
ScopedPipe & operator= (const ScopedPipe & )
Defined at line 525 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
const fbl::unique_fd & ReadSide ()
Defined at line 527 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
fbl::unique_fd & ReadSide ()
Defined at line 528 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
const fbl::unique_fd & WriteSide ()
Defined at line 530 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
fbl::unique_fd & WriteSide ()
Defined at line 531 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ScopedPipe ()
Defined at line 691 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ScopedPipe (ScopedPipe && o)
Defined at line 698 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
ScopedPipe & operator= (ScopedPipe && o)
Defined at line 701 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc