VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtDriverFactory Class Reference

A factory for DtDriver's.

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

Public Types

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

Public Member Functions

virtual ~DtDriverFactory ()
 
virtual void addDriverCreator (const std::string &creatorName, DtDriverCreator *creator)
 
DtDrivercreateDriver (const std::string &creatorName, const std::string &instanceName)
 
const CreatorMapcreators () const
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 
virtual ~DtVirtualBaseClass ()
 

Static Public Member Functions

static DtDriverFactoryinstance (DtDe &de)
 

Protected Member Functions

 DtDriverFactory (DtDe &de)
 

Protected Attributes

DtDemyDe
 
CreatorMap myCreators
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

virtual makVrv::DtDriverFactory::~DtDriverFactory ( )
virtual

DTOR.

makVrv::DtDriverFactory::DtDriverFactory ( DtDe de)
protected

CTOR.

Member Function Documentation

static DtDriverFactory& makVrv::DtDriverFactory::instance ( DtDe de)
static

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.

const CreatorMap& makVrv::DtDriverFactory::creators ( ) const

Get the creators.

Member Data Documentation

DtDe& makVrv::DtDriverFactory::myDe
protected
CreatorMap makVrv::DtDriverFactory::myCreators
protected

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

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)