Struct Location
Constructors
| Name | Description |
|---|---|
| this | |
| this |
Fields
| Name | Type | Description |
|---|---|---|
| file | string | Filename (including path) |
| line | int | Zero-indexed |
| col | int | Zero-indexed, Tab counts as 1 |
| index | size_t | Index into the source |
Methods
| Name | Description |
|---|---|
| toString |