FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::pprint Struct Reference

Helper for printing a pointer. More...

#include <logger.h>

+ Collaboration diagram for FIFE::pprint:

Public Member Functions

 pprint (void *_p)
 

Public Attributes

void * p
 

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.

Constructor & Destructor Documentation

◆ pprint()

FIFE::pprint::pprint ( void *  _p)
inline

Definition at line 249 of file logger.h.

Member Data Documentation

◆ p

void* FIFE::pprint::p

Definition at line 248 of file logger.h.


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