class ScopedPipe

Defined at line 565 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 571 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

ScopedPipe & operator= (const ScopedPipe & )

Defined at line 572 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

const fbl::unique_fd & ReadSide ()

Defined at line 574 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

fbl::unique_fd & ReadSide ()

Defined at line 575 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

const fbl::unique_fd & WriteSide ()

Defined at line 577 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

fbl::unique_fd & WriteSide ()

Defined at line 578 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h

void ScopedPipe ()

Defined at line 835 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

void ScopedPipe (int flags)

Defined at line 842 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

void ScopedPipe (ScopedPipe && o)

Defined at line 849 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc

ScopedPipe & operator= (ScopedPipe && o)

Defined at line 852 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc