MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / size

Method size

src/OpenLoco/src/Map/Tile.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 size_t Tile::size()
63 {
64 const auto dist = std::distance(begin(), end());
65 return static_cast<size_t>(dist);
66 }
67
68 TileElement* Tile::operator[](size_t i)
69 {

Callers 15

getPixelMethod · 0.45
chooseNextMusicTrackFunction · 0.45
validateStep1Function · 0.45
setCursorFunction · 0.45
bitWiseLogDivergenceFunction · 0.45
compareElementsFunction · 0.45
autosaveCleanFunction · 0.45
setDirectoryFunction · 0.45
getSubPathFunction · 0.45
allocateFunction · 0.45
isLongOptionMethod · 0.45

Calls 2

beginFunction · 0.85
endFunction · 0.85

Tested by 1

onToolDownFunction · 0.36