| 315 | |
| 316 | |
| 317 | ArrayOfTaggedObjectsIter |
| 318 | ArrayOfTaggedObjects::getIter() |
| 319 | { |
| 320 | // return a new iter to the components, more expensive to use |
| 321 | // this iter as two memory calls to heap .. needed if user needs |
| 322 | // to have multiple iters running in same code segment! |
| 323 | return ArrayOfTaggedObjectsIter(*this); |
| 324 | } |
| 325 | |
| 326 | |
| 327 | TaggedObjectStorage * |
nothing calls this directly
no test coverage detected