VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfProcessStateRepositoryIterator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: procSRIter.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtVrfProcessStateRepositoryIterator_H_
19 #define DtVrfProcessStateRepositoryIterator_H_
20 
21 #include <vlutil/vlList.h>
22 #include "vrfutil/iteratorBase.h"
24 
26 
32 class DT_DLL_vrfobjcore DtVrfProcessStateRepositoryIterator : public DtIteratorBase<DtVrfProcessStateRepository>
33 {
34 
35 private:
38 
42 
43 public:
46 
50 
53 
56  DtVrfProcessStateRepository* first(bool reset = true)
57  {
58  if (reset)
59  {
61  }
62 
64  }
65 
69  DtVrfProcessStateRepository* last(bool reset = true)
70  {
71  if (reset)
72  {
74  }
75 
77  }
78 
79 };
80 
81 #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)