- Test:
- verifies our front-end for printf-style format string based formatting.
- the implementation is based on boost::format
- we create a wrapper-object on-the fly, which is able to hold the result of a partial invocation, until all parameters are given.
- explicit specialisations feed all primitive types directly down into the implementation level. If possible, a custom operator string() will be used for formatting.
- exceptions will be logged, but handled gracefully
- See also
- format-string.hpp
-
boost::format
Definition at line 64 of file format-string-test.cpp.
|
void | check_delayedInvocation () |
|
void | check_simpleInvocation () |
|
void | run (Arg) |
|
void | verify_customType () |
|
void | verify_errorHandling () |
|
void | verify_pointerHandling () |
|
void | verify_typeHandling () |
|
The documentation for this class was generated from the following file: