![]() |
![]() |
|
|
#include <fastformat/fastformat.h>
#include <fastformat/quality/contract.h>
#include <fastformat/quality/cover.h>
#include <stlsoft/stlsoft.h>
#include <exception>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | fastformat |
Classes | |
class | fastformat_exception |
Root class for all FastFormat exception. More... | |
class | format_parsing_exception |
Root class for all format parsing exceptions. More... | |
class | illformed_format_exception |
Exception class that represents an illformed format string. More... | |
class | mismatched_replacements_exception |
Root class for all parameter replacement exceptions. More... | |
class | missing_argument_exception |
Exception class that represents the case where one or more replacement parameters are specified in the format string but no matching arguments are presented in the argument list. More... | |
class | unreferenced_argument_exception |
Exception class that represents the case where one or more arguments in the argument list are unreferenced in the format. More... | |
class | bundle_exception |
Root class for all bundle exceptions. More... |
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|