InheritanceIndex

Undocumented in source.

Constructors

this
this(LogSink logSink)
Undocumented in source.

Members

Functions

find
auto find(TypeKind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
getDirectImplementations
auto getDirectImplementations(string typeName)
Undocumented in source. Be warned that the author may not have intended to support it.
getDirectSubtypes
Set!string getDirectSubtypes(string typeName)
Undocumented in source. Be warned that the author may not have intended to support it.
getImplementations
auto getImplementations(string typeName)
Undocumented in source. Be warned that the author may not have intended to support it.
getSubtypes
Set!string getSubtypes(string typeName)
Undocumented in source. Be warned that the author may not have intended to support it.
getTypeKind
TypeKind getTypeKind(string typeName)
Undocumented in source. Be warned that the author may not have intended to support it.
markExists
void markExists(string query, TypeKind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
markExtends
void markExtends(string extending, string extended)
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.

Mixins

__anonymous
mixin CreateLogger
Undocumented in source.

Variables

implementations
Set!(string)[string] implementations;
Undocumented in source.
kinds
TypeKind[string] kinds;
Undocumented in source.
log
Logger log;
Undocumented in source.

Mixed In Members

From mixin CreateLogger

Here
alias Here = typeof(this)
Undocumented in source.
Here
alias Here = ___Module___
Undocumented in source.
Logger
struct Logger
Undocumented in source.

Meta