kpilot

NullMapper< T > Class Template Reference

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...

#include <pilotDatabase.h>

List of all members.


Static Public Member Functions

static T * convert (T *t)

Detailed Description

template<class T>
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.

Definition at line 265 of file pilotDatabase.h.


Member Function Documentation

template<class T >
static T* NullMapper< T >::convert ( T *  t  )  [inline, static]

NULL Conversion function.

Definition at line 269 of file pilotDatabase.h.


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