|
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/character.hpp>
Go to the source code of this file.
Namespaces | |
namespace | pantheios |
Typedefs | |
typedef character | ch |
Class for inserting characters into Pantheios diagnostic logging statements. |
|
|
pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |