Attribute

Holds three character arrays for an SDL attribute, namespace/id/value.

Members

Variables

id
const(char)[] id;
Undocumented in source.
namespace
const(char)[] namespace;
Undocumented in source.
value
const(char)[] value;
Undocumented in source.

Meta