company logo

BaseContext :: isHighContext - Is context high context

The function returns, whether the context passed is a high context of the current context or not. A context is high context of another one, when it is the parent context or any other context in the parent hierarchy (parent's parent etc.).

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool BaseContext  :: isHighContext ( odaba::BaseContext &rBaseContext )
  • rBaseContext - Base context handle