MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Begin

Method Begin

src/station_gui.cpp:995–995  ·  view source on GitHub ↗

* Get an iterator pointing to the begin of the set of children. */

Source from the content-addressed store, hash-verified

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.

Callers 5

EstimateDestinationsMethod · 0.45
BuildFlowListMethod · 0.45
BuildCargoListMethod · 0.45
SearchNonStopMethod · 0.45
DrawEntriesMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected