#include <LOW_platformMiscFactory.h>
Static Public Member Functions | |
| LOW_platformMisc * | new_platformMisc () |
| Platform aware replacement for creating dynamic instances of LOW_platformMisc. | |
Private Member Functions | |
| LOW_platformMiscFactory () | |
| Constructor. | |
| virtual | ~LOW_platformMiscFactory () |
| Destructor. | |
This class also contains platform specific type definitions.
This class is thread-safe.
Definition at line 40 of file LOW_platformMiscFactory.h.
|
|
Constructor. Private to prevent instaciation as this is a static factory. Definition at line 29 of file LOW_platformMiscFactory.cpp. |
|
|
Destructor. Private to prevent instaciation as this is a static factory. Definition at line 34 of file LOW_platformMiscFactory.cpp. |
|
|
Platform aware replacement for creating dynamic instances of LOW_platformMisc.
Definition at line 44 of file LOW_platformMiscFactory.cpp. |
1.3.2