MCPcopy Create free account
hub / github.com/comaps/comaps / CacheEntry

Class CacheEntry

libs/map/transit/transit_reader.hpp:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 TransitStateChangedFn m_onStateChangedFn;
154
155 struct CacheEntry
156 {
157 CacheEntry(std::chrono::time_point<std::chrono::steady_clock> const & activeTime) : m_lastActiveTime(activeTime) {}
158
159 bool m_isLoaded = false;
160 size_t m_dataSize = 0;
161 std::chrono::time_point<std::chrono::steady_clock> m_lastActiveTime;
162 };
163
164 GetMwmsByRectFn m_getMwmsByRectFn;
165 std::set<MwmSet::MwmId> m_lastActiveMwms;

Callers 1

UpdateViewportMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected