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

Method Serialize

src/Ext/ParticleType/Body.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8template <typename T>
9void ParticleTypeExt::ExtData::Serialize(T& Stm)
10{
11 Stm
12 .Process(this->Gas_MaxDriftSpeed)
13 ;
14}
15
16void ParticleTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI)
17{

Callers 2

LoadFromStreamMethod · 0.95
SaveToStreamMethod · 0.95

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected