10 #ifndef DtDriverFactory_H_
11 #define DtDriverFactory_H_
21 class DtDriverCreator;
31 typedef std::map<std::string,DtDriverCreator*>
CreatorMap;
40 virtual void addDriverCreator(
const std::string& creatorName,
44 DtDriver* createDriver(
const std::string& creatorName,
45 const std::string& instanceName );
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
CreatorMap myCreators
Definition: DtDriverFactory.h:56
Contains makVrv::DtVirtualBaseClass class.
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:30
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtDe & myDe
Definition: DtDriverFactory.h:55
std::map< std::string, DtDriverCreator * > CreatorMap
Definition: DtDriverFactory.h:31
A factory for DtDriver's.
Definition: DtDriverFactory.h:27
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Abstract DtDriver creator.
Definition: DtDriver.h:204
Contains DLL export macros.