haystacklib ~master (2019-10-21T14:33:42Z)
Home
Dub
Repo
ZincParser.TagGrid
haystack
zinc
decode
ZincParser
Grid of tags
struct
ZincParser
(Range)
struct
TagGrid {
bool
empty
[@property getter];
Parser
front
[@property getter];
void
popFront
();
bool
consume
();
Tag
asTag
();
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
asTag
Tag
asTag
()
Undocumented in source. Be warned that the author may not have intended to support it.
consume
bool
consume
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Parser
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
haystack
zinc
decode
ZincParser
aliases
Lexer
Parser
constructors
this
enums
ParserState
functions
asGrid
asRows
asTag
chr
expectToken
hasChr
isScalar
popFront
postblits
this(this)
properties
empty
front
isNewLine
isSpace
range
token
structs
AnyTag
Columns
Element
Header
NameValue
NameValueList
Rows
TagDict
TagGrid
TagList
variables
element
lexer
state
Grid of tags