#include <ScanWriterFactory.h>
Public Member Functions | |
| bool | addWriterToMap (UINT16 dataType, ScanResultWriter &resultWriter, ScanDataWriter &dataWriter) |
Static Public Member Functions | |
| ScanWriterFactory & | getFactory () |
| ScanDataWriter & | getDataWriter (UINT16 dataType) |
| ScanResultWriter & | getResultWriter (UINT16 dataType) |
Private Member Functions | |
| ScanWriterFactory () | |
Private Attributes | |
| map< UINT16, pair< ScanResultWriter *, ScanDataWriter * > > | writerMap |
|
|
Definition at line 9 of file ScanWriterFactory.cpp. Referenced by getFactory(). |
|
||||||||||||||||
|
Definition at line 17 of file ScanWriterFactory.cpp. References writerMap. |
|
|
Definition at line 23 of file ScanWriterFactory.cpp. References getFactory(), and writerMap. |
|
|
Definition at line 12 of file ScanWriterFactory.cpp. References ScanWriterFactory(). Referenced by getDataWriter(), and getResultWriter(). |
|
|
Definition at line 32 of file ScanWriterFactory.cpp. References getFactory(), and writerMap. |
|
|
Definition at line 25 of file ScanWriterFactory.h. Referenced by addWriterToMap(), getDataWriter(), and getResultWriter(). |
1.3-rc3