GraphMLAnalyzer

Undocumented in source.
final
class GraphMLAnalyzer : Visitor(
ReceiveT
) {}

Constructors

this
this(ReceiveT recv, Controller ctrl, Parameters params, Products prod, Container container)
Undocumented in source.

Members

Aliases

visit
alias visit = Visitor.visit
Undocumented in source.

Functions

toString
void toString(Writer w, FormatSpec!Char formatSpec)
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.
visit
void visit(const(TranslationUnit) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Declaration) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(UnexposedDecl) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(VarDecl) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(FunctionDecl) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Namespace) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(FunctionTemplate) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(ClassDecl) v)

Implicit promise that THIS method will output the class node after the class has been classified.

visit
void visit(const(ClassTemplate) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(ClassTemplatePartialSpecialization) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(StructDecl) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(UnionDecl) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Constructor) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(Destructor) v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(CxxMethod) v)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin generateIndentIncrDecr
Undocumented in source.

Mixed In Members

From mixin generateIndentIncrDecr

indent
uint indent;
Undocumented in source.
incr
void incr()
Undocumented in source. Be warned that the author may not have intended to support it.
decr
void decr()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta