\brief Return the name of the loop. \see setName()
| 5733 | //! \see setName() |
| 5734 | //! |
| 5735 | char const* getName() const noexcept |
| 5736 | { |
| 5737 | return mImpl->getName(); |
| 5738 | } |
| 5739 | |
| 5740 | protected: |
| 5741 | virtual ~ILoop() noexcept = default; |
no outgoing calls
no test coverage detected