\brief Set the name of the loop. The name is used in error diagnostics. This method copies the name string. \warning The string name must be null-terminated, and be at most 4096 bytes including the terminator. \see getName()
| 5723 | //! \see getName() |
| 5724 | //! |
| 5725 | void setName(char const* name) noexcept |
| 5726 | { |
| 5727 | mImpl->setName(name); |
| 5728 | } |
| 5729 | |
| 5730 | //! |
| 5731 | //! \brief Return the name of the loop. |
no outgoing calls
no test coverage detected