|
ROSE
0.11.96.11
|
String with source location information.
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.
Definition at line 40 of file FileUtility.h.
#include <FileUtility.h>

Public Member Functions | |
| StringWithLineNumber (const std::string &str, const std::string &filename, unsigned int line) | |
| ROSE_UTIL_API std::string | toString () const |
Public Attributes | |
| std::string | str |
| std::string | filename |
| unsigned int | line |
1.8.17