---------------------- ComponentView::IsEnd Whether we are upon the last entity in the range
| 60 | // Whether we are upon the last entity in the range |
| 61 | // |
| 62 | bool ComponentView::IsEnd() const |
| 63 | { |
| 64 | return (m_Current >= m_Range->m_Count); |
| 65 | } |
| 66 | |
| 67 | //---------------------------- |
| 68 | // ComponentView::GetTypeList |
nothing calls this directly
no outgoing calls
no test coverage detected