** Copyright (c) 2006, Oliver Schoenborn
** Distributed under the BSD Software License (see accompanying
** LICENSE_IOF_1_0.txt in root folder of library for complete
** terms and conditions).
#include <sstream>
#include <stdexcept>
Include dependency graph for except.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | iof |
| namespace | iof::iof_private |
Classes | |
| class | iof::iof_private::failure |
| class | iof::except |
| Base of hierarchy of format-string related exceptions (so this does not include e.g. More... | |
| class | iof::marker_not_closed |
| Exception that gets thrown when no closing char found for marker. More... | |
| class | iof::marker_not_closed_fmt |
| Exception thrown when a format marker is not closed before end of a format string. More... | |
| class | iof::marker_not_closed_skip |
| Exception thrown when a skip marker is not closed before end of a format string. More... | |
| class | iof::in_failure |
| Exception to indicate that input read has failed. More... | |
| class | iof::too_many_markers |
| Exception to indicate that there are more format markers than there are objects to input or output. More... | |
| class | iof::fmt_no_effect |
| Exception to indicate that a fmt_spec object has been sent to stream without using persistence, which means the formatting is lost. More... | |
1.5.1-p1
Thanks to