ZincParser.NameValueList

/////////////////////////////////////// Components /////////////////////////////////////// Decode a list of pair of tags

Constructors

this
this(Parser parser, char[] sep)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

asDict
void asDict(Dict dict)
Undocumented in source. Be warned that the author may not have intended to support it.
asDict
Dict asDict()
Undocumented in source. Be warned that the author may not have intended to support it.
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
NameValue front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
NameValue value;
Undocumented in source.

Meta