getParent

get the pointer to result container of parent.

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

Parameters

subOutput const(U)*

the pointer to the sub result container

Return Value

Type: T*

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

Meta