PTLib
Version 2.18.8
|
Information about a source file location. More...
#include <object.h>
Public Member Functions | |
PDebugLocation (const char *extra=NULL) | |
PDebugLocation (const char *file, unsigned line, const char *extra=NULL) | |
PDebugLocation (const PDebugLocation *location) | |
void | PrintOn (ostream &strm, const char *prefix=NULL) const |
Public Attributes | |
const char * | m_file |
unsigned | m_line |
const char * | m_extra |
Information about a source file location.
|
inline |
|
inline |
PDebugLocation::PDebugLocation | ( | const PDebugLocation * | location | ) |
void PDebugLocation::PrintOn | ( | ostream & | strm, |
const char * | prefix = NULL |
||
) | const |
Referenced by operator<<().
const char* PDebugLocation::m_extra |
Referenced by PMutexExcessiveLockInfo::SetLocationName().
const char* PDebugLocation::m_file |
unsigned PDebugLocation::m_line |