Getter and setter for external name.
| 33 | |
| 34 | /// Getter and setter for external name. |
| 35 | std::string_view getExternalName() const noexcept { return ExtName; } |
| 36 | void setExternalName(std::string_view Name) { ExtName = Name; } |
| 37 | |
| 38 | protected: |
no outgoing calls
no test coverage detected