* \brief Sentinel value indicating that a node name has not been set yet. * \return The string "No Name!". */
| 611 | * \return The string "No Name!". |
| 612 | */ |
| 613 | static std::string NO_NAME_VALUE() |
| 614 | { |
| 615 | return "No Name!"; |
| 616 | } |
| 617 | |
| 618 | /** |
| 619 | * \brief Extra convenience access method to set the name of an object. |
no outgoing calls
no test coverage detected