class ScopedTempFD
Defined at line 160 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
Public Members
basic_string name_
unique_fd fd_
Public Methods
void ~ScopedTempFD ()
Defined at line 163 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool is_valid ()
Defined at line 168 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
bool operator bool ()
Defined at line 169 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
const std::string & name ()
Defined at line 171 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
int fd ()
Defined at line 172 of file ../../src/starnix/tests/syscalls/cpp/test_helper.h
void ScopedTempFD ()
Defined at line 254 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
void ScopedTempFD (ScopedTempFD && other)
Defined at line 259 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc
ScopedTempFD & operator= (ScopedTempFD && other)
Defined at line 262 of file ../../src/starnix/tests/syscalls/cpp/test_helper.cc