VR-Forces 4.0.4 Class Documentation
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtDriverFactory Class Reference

A factory for DtDriver's. More...

Inheritance diagram for makVrv::DtDriverFactory:
Inheritance graph
[legend]

List of all members.

Public Types

typedef std::map< std::string,
DtDriverCreator * > 
CreatorMap

Public Member Functions

virtual ~DtDriverFactory ()
 DTOR.
virtual void addDriverCreator (const std::string &creatorName, DtDriverCreator *creator)
 Add a host connection creator.
DtDrivercreateDriver (const std::string &creatorName, const std::string &instanceName)
 Create a host driver.
const CreatorMapcreators () const
 Get the creators.

Static Public Member Functions

static DtDriverFactoryinstance (DtDe &de)
 Get the instance of the factory.

Protected Member Functions

 DtDriverFactory (DtDe &de)
 CTOR.

Protected Attributes

DtDemyDe
CreatorMap myCreators

Detailed Description

A factory for DtDriver's.


Member Typedef Documentation

typedef std::map<std::string,DtDriverCreator*> makVrv::DtDriverFactory::CreatorMap

Constructor & Destructor Documentation

DTOR.

CTOR.


Member Function Documentation

Get the instance of the factory.

virtual void makVrv::DtDriverFactory::addDriverCreator ( const std::string &  creatorName,
DtDriverCreator creator 
) [virtual]

Add a host connection creator.

DtDriver* makVrv::DtDriverFactory::createDriver ( const std::string &  creatorName,
const std::string &  instanceName 
)

Create a host driver.

Get the creators.


Member Data Documentation


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)