Path Tracer
Classes | Namespaces | Macros | Typedefs
TinyFormatter.h File Reference

Utility to format log messages more easily. Introduced to get rid of the boost::format dependency. Much slinker, basically just extends stringstream. More...

#include <sstream>

Go to the source code of this file.

Classes

class  Assimp::Formatter::basic_formatter< T, CharTraits, Allocator >
 

Namespaces

 Assimp
 

Typedefs

typedef basic_formatter< char > Assimp::Formatter::format
 
typedef basic_formatter< wchar_t > Assimp::Formatter::wformat
 

Detailed Description

Utility to format log messages more easily. Introduced to get rid of the boost::format dependency. Much slinker, basically just extends stringstream.