FIFE
|
Helper for printing a pointer. More...
#include <logger.h>
Public Member Functions | |
pprint (void *_p) | |
Public Attributes | |
void * | p |
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);