VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
genericTaskState.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
10 #include "vrftasks/simTaskState.h"
12 
16 {
17 public:
20 
23  DtGenericTaskState(const DtString & writeName,
24  DtReaderWriterRegistry * parentRegistry = 0);
25 
27  DtGenericTaskState(const DtString & writeName, const DtGenericTaskState & orig,
28  DtReaderWriterRegistry * parentRegistry = 0);
29 
31  const DtGenericTaskState & operator=(const DtGenericTaskState & orig);
32 
33  virtual ~DtGenericTaskState();
34 
36  virtual DtString type() const;
37 
39  virtual DtSimTaskState * clone(const DtString & name, DtReaderWriterRegistry *
40  parentRegistry = 0) const;
41 
43  virtual DtString stringRep() const;
44 
45  virtual DtRwVariableBindings& keyValueList();
46  virtual const DtRwVariableBindings& keyValueList() const;
47 
48  static DtSimTaskState * creator();
49 
50 protected:
52 
53 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)