Namespace: Rx – Class: CCodeLocation – Header: Rx.Core/CodeLocation.h
CCodeLocation Class
C++
#include "Rx.Core/CodeLocation.h"
class CCodeLocation
Holds information about a certain code location.
These information are the source code file name, the name of the function and the line in the source code file.
Constructors
CCodeLocation() | Default constructor. |
CCodeLocation(pcFile, pcFunction, iLine) | Constructor. |
Methods
GetFile() | Gets the source code file name. |
GetFunction() | Gets the name of the function. |
GetLine() | Gets the line in the source code file. |
ToString() | Convert this CCodeLocation into a string representation. |