class ScopedPipe

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

ScopedPipe & operator= (const ScopedPipe & )

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

const fbl::unique_fd & ReadSide ()

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

fbl::unique_fd & ReadSide ()

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

const fbl::unique_fd & WriteSide ()

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

fbl::unique_fd & WriteSide ()

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

void ScopedPipe ()

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

void ScopedPipe (int flags)

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

void ScopedPipe (ScopedPipe && o)

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

ScopedPipe & operator= (ScopedPipe && o)

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