ewmscp
..
|
#include <inputHandlerPosixFile.h>
Public Member Functions | |
PosixDirectory (const std::string &path) | |
~PosixDirectory () noexcept(false) override | |
std::unique_ptr< Entry > | getNextEntry (bool ignoreMissing) override |
Private Attributes | |
DIR * | dir |
Definition at line 69 of file inputHandlerPosixFile.h.
inputHandler::posixFile::PosixDirectory::PosixDirectory | ( | const std::string & | path | ) |
Definition at line 273 of file inputHandlerPosixFile.cpp.
References throwcall::badval(), dir, and timerInst.
|
overridenoexcept |
Definition at line 277 of file inputHandlerPosixFile.cpp.
References errMsg::debug, errMsg::emit(), throwcall::good0(), and timerInst.
|
override |
Definition at line 289 of file inputHandlerPosixFile.cpp.
References throwcall::good0(), timer::instanceUnscoped::restart(), timer::instanceUnscoped::stop(), and timerInst.
|
private |
Definition at line 70 of file inputHandlerPosixFile.h.
Referenced by PosixDirectory().