| 40 | } |
| 41 | |
| 42 | ShellItem ShellItemArray::Iterator::operator*() |
| 43 | { |
| 44 | return ShellItemArray{ m_ptr } [m_index] ; |
| 45 | } |
| 46 | |
| 47 | ShellItemArray::Iterator& ShellItemArray::Iterator::operator++() |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected