|
proto external int | ParseLine (int lineNumber, out array< string > outParsedTokens) |
| Parses line from file referenced in parser and tokenizes it to the outParsedTokens array The token separator is always a space character.
|
|
proto external void | EndParse () |
|
proto string | ToString () |
|
◆ EndParse()
proto external void ParseHandle.EndParse |
( |
| ) |
|
◆ ParseLine()
proto external int ParseHandle.ParseLine |
( |
int |
lineNumber, |
|
|
out array< string > |
outParsedTokens |
|
) |
| |
Parses line from file referenced in parser
and tokenizes it to the outParsedTokens
array The token separator is always a space character.
- Returns
- Number of tokens on line
The documentation for this interface was generated from the following file:
- Core/generated/System/ParseHandle.c