Getter and setter for external index.
| 79 | public: |
| 80 | /// Getter and setter for external index. |
| 81 | uint32_t getExternalIndex() const noexcept { return ExtIdx; } |
| 82 | void setExternalIndex(uint32_t Idx) noexcept { ExtIdx = Idx; } |
| 83 | |
| 84 | private: |
no outgoing calls
no test coverage detected