Public Member Functions

aesop::MapFormatReader Class Reference
[Loading Maps]

MapFormatReader: these have to be implemented elsewhere, and then registered with the MapLoader below. More...

#include <map.h>

Inheritance diagram for aesop::MapFormatReader:
Inheritance graph
[legend]

List of all members.

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< MaploadMap (IN const char *mapId, IN const char *path_to_map_file)=0

Detailed Description

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.


Constructor & Destructor Documentation

aesop::MapFormatReader::~MapFormatReader ( void   )  throw () [virtual]

Definition at line 45 of file aesop-map/map.cpp.


The documentation for this class was generated from the following files: