Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

LOW_platformMiscFactory Class Reference

Factory class for platform specific objects of LOW_platformMisc. More...

#include <LOW_platformMiscFactory.h>

List of all members.

Static Public Methods

LOW_platformMiscnew_platformMisc ()
 Platform aware replacement for creating dynamic instances of LOW_platformMisc. More...


Private Methods

 LOW_platformMiscFactory ()
 Constructor. More...

virtual ~LOW_platformMiscFactory ()
 Destructor. More...


Detailed Description

Factory class for platform specific objects of LOW_platformMisc.

This class also contains platform specific type definitions.

This class is thread-safe.

See also:
LOW_platformMisc
Author:
Harald Roelle

Definition at line 40 of file LOW_platformMiscFactory.h.


Constructor & Destructor Documentation

LOW_platformMiscFactory::LOW_platformMiscFactory   [private]
 

Constructor.

Private to prevent instaciation as this is a static factory.

Definition at line 29 of file LOW_platformMiscFactory.cpp.

LOW_platformMiscFactory::~LOW_platformMiscFactory   [private, virtual]
 

Destructor.

Private to prevent instaciation as this is a static factory.

Definition at line 34 of file LOW_platformMiscFactory.cpp.


Member Function Documentation

LOW_platformMisc * LOW_platformMiscFactory::new_platformMisc   [static]
 

Platform aware replacement for creating dynamic instances of LOW_platformMisc.

Returns:
Pointer to new instance of LOW_platformMisc.

Definition at line 44 of file LOW_platformMiscFactory.cpp.


The documentation for this class was generated from the following files:
Generated on Mon Nov 10 10:32:50 2003 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001