CVisitor

Undocumented in source.

Constructors

this
this(Controller ctrl, Products prod)
Undocumented in source.

Members

Aliases

visit
alias visit = Visitor.visit
Undocumented in source.

Functions

clearRoot
void clearRoot()
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.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(VarDecl v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FunctionDecl v)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(TranslationUnit v)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin generateIndentIncrDecr
Undocumented in source.

Variables

container
Container container;
Undocumented in source.
root
CppRoot root;
Undocumented in source.

Meta