analyzeCxxMethod

Analyze the node for actionable data.

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

Parameters

v const(Cursor)

node

container Container

container to store the type in

indent uint

to use when logging

Return Value

analyzed data.

Meta