VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
recursiveSimStatementIterator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: recStmtIter.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtRecursiveSimStatementIterator_H_
19 #define DtRecursiveSimStatementIterator_H_
20 
21 #include <vlutil/vlList.h>
22 
23 class DtSimStatement;
24 class DtSimBlock;
26 
34 #include "vrfplan/vrfplanDefines.h"
36 {
37 
38 protected:
41 
42 public:
47 
51 
53  const DtRecursiveSimStatementIterator& operator=(
55 
58 
59  DtRecursiveSimStatementIterator* clone() const;
60 
63  virtual DtSimStatement* first(bool reset = true);
64 
66  virtual DtSimStatement* current() const;
67 
70  virtual DtSimStatement* next();
71 
74  virtual void reset();
75 
77  virtual int cursor() const;
78 
80  virtual DtSimStatement* statement() const;
81 
83  virtual DtSimStatement* parentStatement() const;
84 
86  virtual int parentSubBlockIndex() const;
87 
92  virtual void setParentIterator(DtRecursiveSimBlockIterator* parentIterator);
93  virtual DtRecursiveSimBlockIterator* parentIterator() const;
94 
95 protected:
96  int myCursor;
100 };
101 
102 #endif

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)