Getter and setter for external type.
| 29 | public: |
| 30 | /// Getter and setter for external type. |
| 31 | ExternalType getExternalType() const noexcept { return ExtType; } |
| 32 | void setExternalType(ExternalType ET) noexcept { ExtType = ET; } |
| 33 | |
| 34 | /// Getter and setter for external name. |
no outgoing calls
no test coverage detected