예제 #1
0
    def visit_cpp_reference(self, expr, context, ident, **kwargs):
        ctx = []

        CppVisitor.visit_cpp_reference(self, expr, context=ctx,
                                       ident=ident, **kwargs)

        context.append('&(' + ''.join(ctx) + ')')