VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
subordinateEntryFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /**********************************************************************************
6 ** $RCSfile: trueAggregateSubordinateEntryFact.h,v $ $Revision: 1.1 $ $State: Exp $
7 **********************************************************************************/
8 
11 
14 
15 #ifndef DtSubordinateEntryFactory_H_
16 #define DtSubordinateEntryFactory_H_
17 
18 #include <vlutil/vlHashlist.h>
19 
22 class DtSubordinateEntry;
23 
24 typedef DtSubordinateEntry * (*DtSubordinateEntryCreatorFcn)();
25 
31 #include "vrfutil/vrfutilDefines.h"
32 class DT_DLL_vrfutil DtSubordinateEntryFactory : public DtHashlist
33 {
34 public:
37 
40 
42  const DtSubordinateEntryFactory& operator=(const
44 
46  virtual ~DtSubordinateEntryFactory();
47 
49  virtual void addCreatorFcn(const DtString& type,
51 
52  virtual DtSubordinateEntry * createSubordinateEntry(
53  const DtString& type);
54 
55  static DtSubordinateEntryFactory* create();
56 
57 protected:
58 
59 };
60 
61 #endif
62 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)