VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simComponentManagerFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2000 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: cmpMgrFact.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtSimComponentManagerFactory_H_
13 #define DtSimComponentManagerFactory_H_
14 
15 #include <vlutil/vlHashlist.h>
16 
17 
19 class DtString;
20 class DtVrfObject;
22 
23 typedef DtSimComponentManager * (*DtSimComponentManagerCreatorFcn)(DtVrfObject * vrfObject);
24 
32 {
33 public:
34 
37 
40 
43 
46  const DtSimComponentManagerFactory& orig);
47 
49  virtual void addCreatorFcn(const DtString& type,
51 
52  virtual DtSimComponentManager * createComponentManager(
53  const DtString& type, DtVrfObject * vrfObject);
54 
55  static DtSimComponentManagerFactory* create();
56 };
57 
58 #endif
59 
60 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)