The class points out a specific location in a source file. The fields are:
FileName | name of the file or empty string; |
LineNum | number of line; |
ColNum | number of column; |
More...
|
string | FileName |
|
int | LineNum |
|
int | ColNum |
|
The class points out a specific location in a source file. The fields are:
FileName | name of the file or empty string; |
LineNum | number of line; |
ColNum | number of column; |
◆ SourceLocation() [1/2]
PGENLib.SourceLocation.SourceLocation |
( |
string |
fileName, |
|
|
int |
lineNum = 0 , |
|
|
int |
colNum = 0 |
|
) |
| |
◆ SourceLocation() [2/2]
PGENLib.SourceLocation.SourceLocation |
( |
int |
lineNum = 0 , |
|
|
int |
colNum = 0 |
|
) |
| |
◆ ShallowCopy()
Copy constructor for the class.
- Returns
◆ ToString()
override string PGENLib.SourceLocation.ToString |
( |
| ) |
|
Print a source location.
- Returns
The documentation for this class was generated from the following file:
- /Users/fra/Documenti/Università/Magistrale/SNIF/PhotoGENius/PGENLib/SceneFiles.cs