class ScopedPipe

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

ScopedPipe & operator= (const ScopedPipe & )

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

const fbl::unique_fd & ReadSide ()

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

fbl::unique_fd & ReadSide ()

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

const fbl::unique_fd & WriteSide ()

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

fbl::unique_fd & WriteSide ()

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

void ScopedPipe ()

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

void ScopedPipe (int flags)

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

void ScopedPipe (ScopedPipe && o)

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

ScopedPipe & operator= (ScopedPipe && o)

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