VR-Forces 4.1.1 Class Documentation
recReaderWriterIter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: recReaderWriterIter.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtRecursiveReaderWriterIterator_H_
19 #define DtRecursiveReaderWriterIterator_H_
20 
21 #include <vector>
23 class DtReaderWriter;
25 
33 #include "vrfutil/vrfutilDefines.h"
35 {
36 public:
39 
42 
44  DtReaderWriter* first();
45 
47  DtReaderWriter* current() const;
48 
51  DtReaderWriter* next();
52 
53 private:
57 
59  const DtRecursiveReaderWriterIterator& operator=(
61 
62 protected:
64  std::vector<DtReaderWriterRegistryData*>::const_iterator myCursor;
66 };
67 
68 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)