Attributes

This struct holds a list of XML attributes as name/value pairs.

Constructors

this
this(R range)
Undocumented in source.

Members

Functions

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
typeof(this) opAssign(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
bool opBinaryRight(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(Attribute)[] opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
string opIndexAssign(string value, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta