kpilot/lib
pilotDatabase.h File Reference
Detailed Description
This is the abstract base class for databases, which is used both by local databases and by the serial databases held in the Pilot.
Definition in file pilotDatabase.h.
#include "pilot.h"
Go to the source code of this file.
Classes | |
class | PilotDatabase |
Methods to access a database on the pilot. More... | |
class | DatabaseInterpreter< kdetype, pilottype, mapper > |
A template class for reading and interpreting a database. More... | |
class | NullMapper< T > |
NULL mapper class; the conversions here don't do anything, so you can use this when you only need 1 conversion step (from PilotRecord to PilotDatebookEntry, for instance) instead of 2. More... |