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

Method Bitfield

src/simulate/bin_serializer.cpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 serialize(data);
178 }
179 virtual void Bitfield ( uint32_t & data, TypeInfo * ) override {
180 serialize(data);
181 }
182 virtual void Bitfield8 ( uint8_t & data, TypeInfo * ) override {
183 serialize(data);
184 }

Callers

nothing calls this directly

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected