#include <typen.h>
Public Member Functions | |
| ASCString | getValue (const ASCString &key) |
| void | setValue (const ASCString &key, const ASCString &value) |
| void | write (tnstream &stream) const |
| void | read (tnstream &stream) |
Definition at line 272 of file typen.h.
| void Properties::write | ( | tnstream & | stream | ) | const |
Definition at line 366 of file typen.cpp.
References tnstream::writeInt(), and tnstream::writeString().
Referenced by GameMap::write().
| void Properties::read | ( | tnstream & | stream | ) |
Definition at line 376 of file typen.cpp.
References tnstream::readInt(), and tnstream::readTextString().
Referenced by GameMap::read().
1.5.1