#include <MapUtil.h>
Inherits std::map< AsciiString, MapMetaData >.
Public Member Functions | |
| MapCache () | |
| void | updateCache (void) |
| AsciiString | getMapDir () const |
| AsciiString | getUserMapDir () const |
| AsciiString | getMapExtension () const |
| const MapMetaData * | findMap (AsciiString mapName) |
| void | addShippingMap (AsciiString mapName) |
|
inline |
| const MapMetaData * MapCache::findMap | ( | AsciiString | mapName | ) |
Definition at line 1084 of file MapUtil.cpp.
| AsciiString MapCache::getMapDir | ( | ) | const |
Definition at line 355 of file MapUtil.cpp.
| AsciiString MapCache::getMapExtension | ( | ) | const |
Definition at line 367 of file MapUtil.cpp.
| AsciiString MapCache::getUserMapDir | ( | ) | const |
Definition at line 360 of file MapUtil.cpp.
| void MapCache::updateCache | ( | void | ) |
Definition at line 459 of file MapUtil.cpp.