class ScopedPipe

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

ScopedPipe & operator= (const ScopedPipe & )

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

const fbl::unique_fd & ReadSide ()

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

fbl::unique_fd & ReadSide ()

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

const fbl::unique_fd & WriteSide ()

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

fbl::unique_fd & WriteSide ()

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

void ScopedPipe ()

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

void ScopedPipe (ScopedPipe && o)

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

ScopedPipe & operator= (ScopedPipe && o)

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