VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simComponentManagerFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #include <vlutil/vlHashlist.h>
9 
10 
12 class DtString;
13 class DtLocalObject;
15 
16 typedef DtSimComponentManager * (*DtSimComponentManagerCreatorFcn)(DtLocalObject* vrfObject);
17 
25 {
26 public:
27 
30 
32  virtual ~DtSimComponentManagerFactory() override;
33 
36 
39  const DtSimComponentManagerFactory& orig);
40 
42  virtual void addCreatorFcn(const DtString& type,
44 
45  virtual DtSimComponentManager * createComponentManager(
46  const DtString& type, DtLocalObject* vrfObject);
47 
48  static DtSimComponentManagerFactory* create();
49 };
DtSimComponentManager *(* DtSimComponentManagerCreatorFcn)(DtLocalObject *vrfObject)
Definition: simComponentManagerFactory.h:16
Definition: readerWriterRegistry.h:39
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
The DtSimComponentManager is the top level class within a DtSimObject which owns and manages all the ...
Definition: simComponentManager.h:31
class DtSimComponentManagerFactory:
Definition: simComponentManagerFactory.h:24
A locally simulated VRF object.
Definition: localObject.h:98

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)