Lumiera  0.pre.03
»edit your freedom«
FormatString_test Class Reference

Description

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.

Classes

struct  Explosive
 
struct  Silent
 
struct  Verbose
 

Private Member Functions

void check_delayedInvocation ()
 
void check_simpleInvocation ()
 
void run (Arg)
 
void verify_customType ()
 
void verify_errorHandling ()
 
void verify_pointerHandling ()
 
void verify_typeHandling ()
 
+ Inheritance diagram for FormatString_test:
+ Collaboration diagram for FormatString_test:

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