Getter for type index vector.
| 246 | |
| 247 | /// Getter for type index vector. |
| 248 | Span<const uint32_t> getSuperTypeIndices() const noexcept { |
| 249 | return SuperTypeIndices; |
| 250 | } |
| 251 | std::vector<uint32_t> &getSuperTypeIndices() noexcept { |
| 252 | return SuperTypeIndices; |
| 253 | } |
no outgoing calls