Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
template <typename T>
9
void ParticleTypeExt::ExtData::Serialize(T& Stm)
10
{
11
Stm
12
.Process(this->Gas_MaxDriftSpeed)
13
;
14
}
15
16
void ParticleTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI)
17
{
Callers
2
LoadFromStream
Method · 0.95
SaveToStream
Method · 0.95
Calls
1
Process
Method · 0.45
Tested by
no test coverage detected