analyzeCxxMethod

Analyze the node for actionable data.

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

Parameters

v
Type: const(Cursor)

node

container
Type: Container

container to store the type in

indent
Type: uint

to use when logging

Return Value

analyzed data.

Meta