Rose::StringUtility::StringWithLineNumber
String with source location information.
Synopsis
Declared in <src/Rose/StringUtility/FileUtility.h>
struct StringWithLineNumber;
Member Functions
Name |
|
Description
The location information is a file name string (empty means generated code) and a line number. Line numbers are oneāorigin; the first line of a file is numbered 1, not 0.
Created with MrDocs