#include <persistence.h>
Inheritance diagram for Persistence:

Public Member Functions | |
| virtual void | SaveTo (std::fstream &rfs)=0 |
| virtual void | LoadFrom (std::fstream &rfs)=0 |
Definition at line 30 of file persistence.h.
|
|
Load the data from the specified stream
Implemented in BuildingLayer, City, Map, ElectricitySim, MainSim, Simulator, PathStructure, and Structure. Referenced by City::_Load(). |
|
|
Save the data to the specified fstream
Implemented in BuildingLayer, City, Map, ElectricitySim, MainSim, Simulator, PathStructure, and Structure. Referenced by City::_Save(). |
1.4.2