libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
tcspc::input_output_error Class Reference

Description

Error thrown when a file or stream could not be accessed.

This error strictly represents input/output errors, usually coming from the operating system, such as inability to open a file or inability to read or write bytes.

It is not used for errors in the data contained in a file or stream.

Note
Some file/stream errors are reported as std::system_error when the error code is available.

Inherits std::runtime_error.


The documentation for this class was generated from the following file: