Namespace: Rx – Class: CCodeLocation – Header: Rx.Core/CodeLocation.h

CCodeLocation::CCodeLocation Constructor

C++
CCodeLocation(const char* pcFile, const char* pcFunction, int iLine)

Constructor.

Parameters

[const char*] pcFile

The source code file name.

[const char*] pcFunction

The name of the function.

[int] iLine

The line in the source code file.