------------------------------------------------------------- Description: Returns the parent variable store used during variable search. GlobalStore() is the default parent of new variable store objects. Return Value: Parent variable store. -------------------------------------------------------------
| 36 | // Parent variable store. |
| 37 | // ------------------------------------------------------------- |
| 38 | Tr2VariableStore* Tr2VariableStore::GetParentVariableStore() const |
| 39 | { |
| 40 | return m_parentVariableStore; |
| 41 | } |
| 42 | |
| 43 | // ------------------------------------------------------------- |
| 44 | // Description: |
no outgoing calls
no test coverage detected