| 249 | } |
| 250 | |
| 251 | OpRcPtrVec::iterator OpRcPtrVec::erase(OpRcPtrVec::const_iterator position) |
| 252 | { |
| 253 | return m_ops.erase(position); |
| 254 | } |
| 255 | |
| 256 | OpRcPtrVec::iterator OpRcPtrVec::erase(OpRcPtrVec::const_iterator first, |
| 257 | OpRcPtrVec::const_iterator last) |
no outgoing calls