analyzeCxxMethod

Analyze the node for actionable data.

  1. CxxMethodResult analyzeCxxMethod(CxxMethod v, Container container, uint indent)
  2. CxxMethodResult analyzeCxxMethod(Cursor v, Container container, uint indent)
    @safe
    analyzeCxxMethod
    (
    scope const Cursor v
    ,
    ref Container container
    ,
    in uint indent
    )

Parameters

v Cursor

node

container Container

container to store the type in

indent uint

to use when logging

Return Value

analyzed data.

Meta