Snapshot of a source location within the preprocessing stream.
Instances of this type accompany diagnostics throughout fpx and provide the information required to identify where an event occurred in the original source.
The stored line content is typically displayed alongside highlighted regions when rendering diagnostics.
Initializes a new instance of the context type.
Constructor
| [in] | content | Source line associated with the diagnostic. |
| [in] | line | One-based line number within the source file. |
| [in] | path | Relative or absolute path of the source file. |
Definition at line 114 of file context.f90.