FIFE  2008.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
FIFE::pprint Struct Reference

#include <logger.h>

Collaboration diagram for FIFE::pprint:
Collaboration graph

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 247 of file logger.h.


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