![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cDebugAssert.h>
Public Member Functions | |
cDebugSourceLine (const char *pszFile="", const char *pszFunction="", WORD uLine=0) noexcept | |
Public Attributes | |
const char * | m_pszFile |
name of the source file. static text. FILE More... | |
const char * | m_pszFunction |
WORD | m_uLine |
line number in the source file. (1 based) LINE More... | |
a place in the code where something occurred. for debugging like M$ CppUnitTestFramework.__LineInfo
|
inlinenoexcept |
const char* Gray::cDebugSourceLine::m_pszFile |
name of the source file. static text. FILE
const char* Gray::cDebugSourceLine::m_pszFunction |
WORD Gray::cDebugSourceLine::m_uLine |
line number in the source file. (1 based) LINE