* Get an iterator pointing to the begin of the set of children. */
| 993 | * Get an iterator pointing to the begin of the set of children. |
| 994 | */ |
| 995 | CargoDataSet::iterator Begin() const { return this->children->begin(); } |
| 996 | |
| 997 | /** |
| 998 | * Get an iterator pointing to the end of the set of children. |
no test coverage detected