C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Go to the source code of this file.
Namespaces | |
IoUtilities | |
Contains utility classes helping to read and write streams. | |
Functions | |
CPP_UTILITIES_EXPORT const char * | IoUtilities::catchIoFailure () |
Provides a workaround for GCC Bug 66145. More... | |
CPP_UTILITIES_EXPORT void | IoUtilities::throwIoFailure (const char *what) |
Throws an std::ios_base::failure with the specified message. More... | |