Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::cDebugSourceLine Class Reference

#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...
 

Detailed Description

a place in the code where something occurred. for debugging like M$ CppUnitTestFramework.__LineInfo

Constructor & Destructor Documentation

◆ cDebugSourceLine()

Gray::cDebugSourceLine::cDebugSourceLine ( const char *  pszFile = "",
const char *  pszFunction = "",
WORD  uLine = 0 
)
inlinenoexcept

Member Data Documentation

◆ m_pszFile

const char* Gray::cDebugSourceLine::m_pszFile

name of the source file. static text. FILE

◆ m_pszFunction

const char* Gray::cDebugSourceLine::m_pszFunction

◆ m_uLine

WORD Gray::cDebugSourceLine::m_uLine

line number in the source file. (1 based) LINE


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