----------------------------------------- ComponentSignature::GetMaxComponentType
| 41 | // ComponentSignature::GetMaxComponentType |
| 42 | // |
| 43 | T_CompTypeIdx ComponentSignature::GetMaxComponentType() const |
| 44 | { |
| 45 | if (m_Impl.size() == 0u) |
| 46 | { |
| 47 | return INVALID_COMP_TYPE_IDX; |
| 48 | } |
| 49 | |
| 50 | return m_Impl[m_Impl.size() - 1]; |
| 51 | } |
| 52 | |
| 53 | //----------------------------------------------- |
| 54 | // ComponentSignature::MatchesComponentsUnsorted |
no outgoing calls
no test coverage detected