Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ Serialize
Method
Serialize
src/Ext/OverlayType/Body.cpp:14–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
template <typename T>
14
void OverlayTypeExt::ExtData::Serialize(T& Stm)
15
{
16
Stm
17
.Process(this->PaletteFile)
18
;
19
}
20
21
void OverlayTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI)
22
{
Callers
2
LoadFromStream
Method · 0.95
SaveToStream
Method · 0.95
Calls
1
Process
Method · 0.45
Tested by
no test coverage detected