#include <pantheios/inserters/fmt.hpp>
These constants control the formatting of some of the inserter classes, for example:
pantheios::log_NOTICE("Integer: ", pantheios::integer(int(10), pantheios::fmt::fullHex); pantheios::log_NOTICE("Pointer: ", pantheios::pointer(NULL, 8 | pantheios::fmt::hex | pantheios::fmt::zeroPadded);
Public Types | |
enum | { zeroXPrefix = 0x0100, zeroPad = 0x0200, zeroPadded = zeroPad, hex = 0x0400, fullHex = zeroXPrefix | zeroPad | hex } |
|
|
|
|
pantheios Library documentation © Matthew Wilson, 2006 |
|