ClassVisitor

Reconstruct the semantic clang AST with dextool data structures suitable for code generation.

Note that it do NOT traverses the inheritance chain.

final
class ClassVisitor : Visitor {}

Members

Variables

root
CppClass root;

The reconstructed class.

Meta