| 228 | // --------------------------------------------------------------------------- |
| 229 | |
| 230 | std::vector<BaseObjectNNPtr>::const_iterator ArrayOfBaseObject::end() const { |
| 231 | return d->values_.end(); |
| 232 | } |
| 233 | |
| 234 | // --------------------------------------------------------------------------- |
| 235 |
no outgoing calls