Call information object.
More...
#include <debug.h>
|
| Object (void) |
| Default constructor only available to sub-classes. More...
|
|
Call information object.
Definition at line 43 of file debug.h.
◆ CallInfo() [1/2]
- Warning
- Copy constructor is declared public for compilation reasons, but not implemented.
◆ CallInfo() [2/2]
CallInfo::CallInfo |
( |
const char *const |
STR_File, |
|
|
const unsigned int |
I_Line, |
|
|
const char *const |
STR_Function |
|
) |
| |
|
explicit |
Regular constructor.
- Parameters
-
STR_File | File of call. |
I_Line | Position in file. |
STR_Function | Function of call. |
◆ ~CallInfo()
CallInfo::~CallInfo |
( |
void |
| ) |
|
◆ GetFile()
const char* const CallInfo::GetFile |
( |
void |
| ) |
const |
File accessor.
- Returns
- The source file name of the call info.
◆ GetFunction()
const char* const CallInfo::GetFunction |
( |
void |
| ) |
const |
Function accessor.
- Returns
- The source function of the call info.
◆ GetLine()
const unsigned int CallInfo::GetLine |
( |
void |
| ) |
const |
Line accessor.
- Returns
- The source line of the call info.
The documentation for this class was generated from the following file: