#include <IMapcodeRepository.h>
Inheritance diagram for IMapcodeRepository:
Public Methods | |
virtual void | save (const Mapcode *mapcode, const string fileName)=0 |
Interface to save mapcode. | |
virtual Mapcode * | load (string filename)=0 |
Interface to load mapcode from a file. |