ZincParser.AnyTag

/////////////////////////////////////// Tag parsing components /////////////////////////////////////// Parsing for any type of Tags

Constructors

this
this(Tag tag)
Undocumented in source.
this
this(Parser parser)
Undocumented in source.

Postblit

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

Members

Enums

Type
enum Type
Undocumented in source.

Functions

asTag
Tag asTag()

Parse a tag.

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
Val front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

Val
union Val

Type of tag values

Variables

type
Type type;
Undocumented in source.

Meta