Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

pantheios/inserters/character.hpp File Reference


Detailed Description

[C++ only] Definition of the pantheios::character string inserter for built-in character type(s).

This file is not included by default.

 #include <pantheios/inserters/character.hpp>
 #include <pantheios/pantheios.hpp>

 . . .

 char c = '~';
 pantheios::log_DEBUG("c=", pantheios::character(c));

The short alias ch is available, via inclusion of pantheios/inserters/ch.hpp

 #include <pantheios/inserters/ch.hpp>

 . . .

 char c = '~';
 pantheios::log_DEBUG("c=", pantheios::ch(c));

#include <pantheios/pantheios.h>
#include <pantheios/inserters/fmt.hpp>
#include <stlsoft/shims/access/string/fwd.h>

Go to the source code of this file.

Namespaces

namespace  pantheios
namespace  stlsoft

Classes

class  character
 Class for inserting characters into Pantheios diagnostic logging statements. More...

pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 SourceForge.net Logo