* Get an iterator pointing to the end of the set of children. */
| 998 | * Get an iterator pointing to the end of the set of children. |
| 999 | */ |
| 1000 | CargoDataSet::iterator End() const { return this->children->end(); } |
| 1001 | |
| 1002 | /** |
| 1003 | * Has this entry transfers. |
no test coverage detected