kpilot
pilotDatabase.h File Reference
This is the abstract base class for databases, which is used both by local databases and by the serial databases held in the Pilot. More...
#include "pilot.h"
Include dependency graph for pilotDatabase.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
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... | |
class | PilotDatabase |
Methods to access a database on the pilot. More... |
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.