Returns the first entity in the range of instances contained in the model, in arbitrary order
| 290 | /// Returns the first entity in the range of instances contained in the model, |
| 291 | /// in arbitrary order |
| 292 | entity_by_id_t::iterator end() const { |
| 293 | return byid_.end(); |
| 294 | } |
| 295 | |
| 296 | type_iterator types_begin() const; |
| 297 | type_iterator types_end() const; |