This class contains information about line location - file name and line number.
More...
#include <CAddressController.h>
|
| std::string | getFileName () |
| | Returns file name.
|
| uint32_t | getLineNumber () |
| | Returns line number.
|
| std::string | toString () |
| | Returns string representation of this object.
|
This class contains information about line location - file name and line number.
◆ getFileName()
| std::string isys::CLineLocation::getFileName |
( |
| ) |
|
|
inline |
Returns file name.
- Since
- 9.12.288
◆ getLineNumber()
| uint32_t isys::CLineLocation::getLineNumber |
( |
| ) |
|
|
inline |
Returns line number.
- Since
- 9.12.288
◆ toString()
| std::string isys::CLineLocation::toString |
( |
| ) |
|
|
inline |
Returns string representation of this object.
- Since
- 9.12.288