![]()  | 
  
    Qore Programming Language
    0.9.16
    
   | 
 
Qore source location; strings must be in the default encoding for the Qore process. More...
#include <ExceptionSink.h>

Public Attributes | |
| std::string | code | 
| the function or method call name; method calls in format class::name  | |
| int | end_line | 
| the end line  | |
| std::string | label | 
| the code label name (source file if source not present)  | |
| std::string | lang | 
| the source language  | |
| unsigned | offset = 0 | 
| offset in source file (only used if source is not empty)  | |
| std::string | source | 
| optional additional source file  | |
| int | start_line | 
| the start line  | |
Qore source location; strings must be in the default encoding for the Qore process.