TransformToDiagram

Route information to specific transformers.

No manipulation of data is to be done in this struct. Only routing to appropriate functions.

Constructors

this
this(ControllerT ctrl, ParametersT params, LookupT lookup, UMLComponentDiagram comp_dia, UMLClassDiagram class_dia)
Undocumented in source.

Members

Functions

finalize
void finalize()

Signal that diagrams to perform a finalization of cached data.

put
void put(TranslationUnitResult result)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(RecordResult result, CppNs[] reside_in)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(TypeKindAttr src, CxxBaseSpecifierResult result)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(TypeKindAttr src, CxxMethodResult result, CppAccess access)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(TypeKindAttr src, ConstructorResult result, CppAccess access)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(TypeKindAttr src, DestructorResult result, CppAccess access)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(TypeKindAttr src, FieldDeclResult result, CppAccess access)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ClassClassificationResult result)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(TypeKindAttr src, ClassClassificationResult result)

A nested class.

put
void put(VarDeclResult result)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(FunctionDeclResult result)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta