MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / UInt

Method UInt

src/simulate/bin_serializer.cpp:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 serialize(data);
175 }
176 virtual void UInt ( uint32_t & data ) override {
177 serialize(data);
178 }
179 virtual void Bitfield ( uint32_t & data, TypeInfo * ) override {
180 serialize(data);
181 }

Callers

nothing calls this directly

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected