more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
FieldToken
more
fields
Undocumented in source.
struct
FieldToken {
const
(
char
)[]
text
;
uint
lineNumber
;
uint
column
;
bool
eof
();
}
Members
Functions
eof
bool
eof
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
column
uint
column
;
Undocumented in source.
lineNumber
uint
lineNumber
;
Undocumented in source.
text
const
(
char
)[]
text
;
Undocumented in source.
Meta
Source
See Implementation
more
fields
classes
TextParseException
functions
isControlChar
isWhitespace
structs
FieldToken
Text
variables
controlCharFlag
tokenStartFlag
whitespaceFlag