class ScopedPipe
Defined at line 514 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 519 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
ScopedPipe & operator= (const ScopedPipe & )
Defined at line 520 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
const fbl::unique_fd & ReadSide ()
Defined at line 522 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
fbl::unique_fd & ReadSide ()
Defined at line 523 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
const fbl::unique_fd & WriteSide ()
Defined at line 525 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
fbl::unique_fd & WriteSide ()
Defined at line 526 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ScopedPipe ()
Defined at line 639 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ScopedPipe (ScopedPipe && o)
Defined at line 646 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
ScopedPipe & operator= (ScopedPipe && o)
Defined at line 649 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc