VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
backendSelectorManager.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 
10 #include <vlpi/simulationAddress.h>
11 
12 #include <map>
13 #include <string>
14 
16 class DtEntityType;
17 
22 
24 {
25 public:
28  virtual ~DtBackendSelectorManager();
29 
33  virtual void addBackendSelectorHandler(const DtSimulationAddress&, DtBackendSelectorHandler*);
34  virtual DtBackendSelectorHandler* backendSelectorHandler(const DtSimulationAddress&) const;
35 
38  virtual DtSimulationAddress backendCreationAddress(const DtEntityType& ot, const DtSimulationAddress&) const;
39 
40 protected:
41  typedef std::map<std::string, DtBackendSelectorHandler*> BackendSelectorHandlers;
44 };
BackendSelectorHandlers myBackendSelectorHandlers
Definition: backendSelectorManager.h:42
#define DT_DLL_vrfcontrol
This file is used to determine how to build.
Definition: vrfcontrolDefines.h:28
The DtBackendSelectionHandler is a implementation class that you must subclass in order to be able to...
Definition: backendSelectorHandler.h:16
Instances of DtVrfBackendListener are used to track the status of VRF applications.
Definition: vrfBackendListener.h:78
The DtBackendSelectorManager class will keep track of handlers that can be used to select a back-end ...
Definition: backendSelectorManager.h:23
DtVrfBackendListener * myListener
Definition: backendSelectorManager.h:43
std::map< std::string, DtBackendSelectorHandler * > BackendSelectorHandlers
Definition: backendSelectorManager.h:41

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)