| 134 | } |
| 135 | |
| 136 | ElementPtr ElementEnumerator::current() |
| 137 | { |
| 138 | assert(m_current != m_end); |
| 139 | return m_current->get(); |
| 140 | } |
| 141 | |
| 142 | //----------------------------------------------------------------------// |
| 143 | // class Element |
no test coverage detected