This class contains information about line location - file name and line number.
More...
#include <CAddressController.h>
|
| | CLineLocation (const std::string &fileName, uint32_t lineNumber) |
| 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.
◆ CLineLocation()
| isys::CLineLocation::CLineLocation |
( |
const std::string & | fileName, |
|
|
uint32_t | lineNumber ) |
|
inline |
◆ 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