VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simObjectStateRepositoryIterator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: srIterator.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtSimObjectStateRepositoryIterator_H_
19 #define DtSimObjectStateRepositoryIterator_H_
20 
21 #include "vrfutil/iteratorBase.h"
22 
24 
34  public DtIteratorBase<DtSimObjectStateRepository>
35 {
36 private:
39 
43 
47 
48 public:
50  DtSimObjectStateRepositoryIterator(const DtList& list) :
52 
55 
58  DtSimObjectStateRepository* first(bool reset = true)
59  {
60  if (reset)
61  {
63  }
64 
66  };
67 
70  DtSimObjectStateRepository* last(bool reset = true)
71  {
72  if (reset)
73  {
75  }
76 
78  };
79 };
80 
81 #endif

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)