Annotations

Undocumented in source.

Constructors

this
this(immutable(string)[] annotations)
Undocumented in source.

Members

Functions

add
void add(string annotation)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(immutable(string)[] annotations)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Annotations annotations)
Undocumented in source. Be warned that the author may not have intended to support it.
canFind
bool canFind(string annotation)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toStringCode
string toStringCode(bool spaceAfter)
Undocumented in source. Be warned that the author may not have intended to support it.
toStringCode
void toStringCode(Appender!string app, bool spaceAfter)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

otherAnnotations
immutable(string)[] otherAnnotations;
Undocumented in source.
stdAnnotations
AnnotationFlags stdAnnotations;
Undocumented in source.

Meta