| 260 | } |
| 261 | |
| 262 | void OpRcPtrVec::insert(OpRcPtrVec::const_iterator position, |
| 263 | OpRcPtrVec::const_iterator first, |
| 264 | OpRcPtrVec::const_iterator last) |
| 265 | { |
| 266 | m_ops.insert(position, first, last); |
| 267 | } |
| 268 | |
| 269 | void OpRcPtrVec::push_back(const OpRcPtrVec::value_type & val) |
| 270 | { |
no outgoing calls