getParent

get the pointer to result container of parent.

  1. T* getParent(U subOutput)
    T*
    getParent
    (
    T
    U
    )
    ()
  2. T* getParent(const(U)* subOutput)

Parameters

subOutput U

the sub result container

Return Value

Type: T*

null if type of subOutput not embeds BEGIN and END or T is not correct

Meta