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

Method Serialize

src/Ext/Cell/Body.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12template <typename T>
13void CellExt::ExtData::Serialize(T& Stm)
14{
15 Stm
16 .Process(this->RadSites)
17 .Process(this->RadLevels)
18 ;
19}
20
21void CellExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
22{

Callers 4

LoadFromStreamMethod · 0.95
SaveToStreamMethod · 0.95
LoadMethod · 0.45
SaveMethod · 0.45

Calls 2

SuccessMethod · 0.80
ProcessMethod · 0.45

Tested by

no test coverage detected