VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
detonationDescriptorList.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2003 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: detDescLst.h,v $ $Revision: 1.5 $ $State: Exp $
7 ******************************************************************************/
8 
11 
16 
17 #ifndef DtDetonationDescriptorList_H_
18 #define DtDetonationDescriptorList_H_
19 
20 #include <readerWriter/rwList.h>
21 
23 class DtEventId;
24 
29 
32 {
33 protected:
34 
37 
38 public:
39 
42  parentRegistry = NULL);
44  parentRegistry = NULL);
45 
47  DtDetonationDescriptorList(const DtString& name, const
49  parentRegistry = NULL);
50  DtDetonationDescriptorList(const DtSymbolString& name, const
52  parentRegistry = NULL);
53 
58  orig);
59 
61  virtual ~DtDetonationDescriptorList();
62 
63  virtual DtDetonationDescriptorList* clone(const DtString& name,
64  DtReaderWriterRegistry* parentRegistry = NULL);
65  virtual DtDetonationDescriptorList* clone(const DtSymbolString& name,
66  DtReaderWriterRegistry* parentRegistry = NULL);
67 
68  virtual void addDetonationDescriptor(DtDetonationDescriptor* descriptor);
69 
71  virtual void removeDetonationDescriptor(DtDetonationDescriptor* descriptor);
72 
75  void emptyList();
76 
78  virtual DtDetonationDescriptor* lookup(const DtEventId& eventId) const;
79 
80 protected:
81 
82  virtual void copyList(const DtDetonationDescriptorList &orig);
83 
86  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
87  const DtVariableBindingsList& variableBindings);
88 };
89 
90 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)