VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simResourceFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rsrcFactory.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtSimResourceFactory_H_
19 #define DtSimResourceFactory_H_
20 
21 #include <vlutil/vlHashlist.h>
22 
25 class DtSimResource;
26 
27 typedef DtSimResource * (*DtSimResourceCreatorFcn)();
28 
35 
36 #include "vrfutil/vrfutilDefines.h"
37 class DT_DLL_vrfutil DtSimResourceFactory : public DtHashlist
38 {
39 public:
42 
45 
47  const DtSimResourceFactory& operator=(const DtSimResourceFactory& orig);
48 
50  virtual ~DtSimResourceFactory();
51 
53  virtual void addCreatorFcn(const DtString& type,
55 
57  virtual DtSimResource * createResource(const DtString& type);
58 
60  static DtSimResourceFactory * create();
61 
62 };
63 
64 #endif
65 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)