FIFE::pprint Struct Reference

#include <logger.h>

List of all members.


Detailed Description

Helper for printing a pointer

This is a helper structure that allows printing any kind of pointer on (hopefully) any platform in hex, kind of like the p format string of printf.

The mechanism is used by calling something like: somestream << pprint(ptr);

Definition at line 245 of file logger.h.


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