- 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.