MapFormatReader: these have to be implemented elsewhere, and then registered with the MapLoader below. More...
#include <map.h>
Public Member Functions | |
virtual | ~MapFormatReader (void) throw () |
virtual const char * | getDescription (void)=0 |
virtual bool | isMyFormat (IN const char *mapId, IN const char *path_to_map_file)=0 |
virtual smart_ptr< Map > | loadMap (IN const char *mapId, IN const char *path_to_map_file)=0 |
MapFormatReader: these have to be implemented elsewhere, and then registered with the MapLoader below.
The APIs on this interface can be called by multiple threads simultaneously. Anyone who implements this interface must do so in a threadsafe manner!
Definition at line 165 of file map.h.
aesop::MapFormatReader::~MapFormatReader | ( | void | ) | throw () [virtual] |
Definition at line 45 of file aesop-map/map.cpp.