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

Method SaveToStream

src/Ext/TEvent/Body.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void TEventExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
31{
32 Extension<TEventClass>::SaveToStream(Stm);
33 this->Serialize(Stm);
34}
35
36// by Fly-Star
37int TEventExt::GetFlags(int iEvent)

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected