#include <LOW_platformMiscFactory.h>
Static Public Methods | |
LOW_platformMisc * | new_platformMisc () |
Platform aware replacement for creating dynamic instances of LOW_platformMisc. More... | |
Private Methods | |
LOW_platformMiscFactory () | |
Constructor. More... | |
virtual | ~LOW_platformMiscFactory () |
Destructor. More... |
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. |