#include <inputHandlerDcap.h>
Definition at line 14 of file inputHandlerDcap.h.
◆ dcap()
inputHandler::dcap::dcap |
( |
| ) |
|
|
default |
◆ ~dcap()
inputHandler::dcap::~dcap |
( |
| ) |
|
|
overridedefault |
◆ getDirectory()
std::unique_ptr< base::Directory > inputHandler::dcap::getDirectory |
( |
const std::string & |
path | ) |
|
|
overridevirtual |
◆ newReader()
get a reader for the file at path
- Returns
- unique ptr to a file reader.
- Exceptions
-
std::system_error | if file can't be opened File will be closed when the pointer goes out of scope. |
- Parameters
-
[in] | path | [in] path to the file to be opened for reading |
[in,out] | state | [in,out] state may be set to vanished if the file does not exist |
[in] | inititalStat | [in] genericStat data of the file encountered before reading, needed for checking unchangedness at the end |
Implements inputHandler::base.
Definition at line 13 of file inputHandlerDcap.cpp.
16 return std::unique_ptr<base::reader>(
new readerDcap(aPath,
◆ factory
factoryTemplate<dcap> inputHandler::dcap::factory |
|
staticprivate |
The documentation for this class was generated from the following files: