RawPointerT< Pointer > Class Template Reference
debugs objects pointed by possibly nil pointers: label=object More...
#include <IoManip.h>
Collaboration diagram for RawPointerT< Pointer >:

Public Member Functions | |
RawPointerT (const char *aLabel, const Pointer &aPtr) | |
Public Attributes | |
const char * | label |
const Pointer & | ptr |
the name or description of the being-debugged object More... | |
Detailed Description
Constructor & Destructor Documentation
◆ RawPointerT()
template<class Pointer >
|
inline |
Member Data Documentation
◆ label
template<class Pointer >
const char* RawPointerT< Pointer >::label |
Definition at line 21 of file IoManip.h.
Referenced by operator<<().
◆ ptr
template<class Pointer >
const Pointer& RawPointerT< Pointer >::ptr |
Definition at line 22 of file IoManip.h.
Referenced by operator<<().
The documentation for this class was generated from the following file:
- src/base/IoManip.h