get the physical locator that created this comp node
| 443 | |
| 444 | //! get the physical locator that created this comp node |
| 445 | Locator locator() const { return m_impl->locator(); } |
| 446 | |
| 447 | //! get the logical locator that created this comp node |
| 448 | Locator locator_logical() const { return m_impl->locator_logical(); } |
no outgoing calls