cee::ug::SituationIo

class SituationIo : public RefCountedObject

A class to read and write a Situation.

Public Static Functions

static bool readFolder(Situation *situation, const Str &folder)

Loads the situation from the given folder.

static bool writeFolder(const Situation *situation, const Str &folder)

Saves the situation as the given folder.

static bool readArchiveFile(Situation *situation, const Str &filename)

Loads the situation from the given archive.

static bool writeArchiveFile(const Situation *situation, const Str &filename)

Saves the situation as the given archive.