MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / LoadFromStream

Method LoadFromStream

src/Ext/TEvent/Body.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void TEventExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
25{
26 Extension<TEventClass>::LoadFromStream(Stm);
27 this->Serialize(Stm);
28}
29
30void TEventExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
31{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected