VR-Forces 4.1.1 Class Documentation
nLenIntVec.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: nLenIntVec.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtNLengthIntegerVector_H_
19 #define DtNLengthIntegerVector_H_
20 
21 #include <vlutil/vlMachineTypes.h>
22 #include "vrfutil/rdrWritr.h"
23 
25 
30 
31 #include "vrfutil/vrfutilDefines.h"
33 {
34 public:
37 
40  parentRegistry = NULL);
42  parentRegistry = NULL);
43 
46  DtReaderWriterRegistry* parentRegistry = NULL);
47 
50 
51  virtual ~DtNLengthIntegerVector();
52 
54  parentRegistry = NULL) const;
55 
57  virtual void setVectorLength(int length);
58  virtual int vectorLength() const;
59 
60  virtual int& operator[] (const int i);
61  virtual int value(const int i) const;
62 
63  virtual void putData(FILE * fp, int indentLevel = 0);
64  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
65  const DtVariableBindingsList& variableBindings);
66 
67  virtual void copyVector(const DtNLengthIntegerVector & vector);
68 
72  virtual const char* readerWriterType() const;
73 
75  virtual bool operator==(const DtNLengthIntegerVector&) const;
76  virtual bool operator!=(const DtNLengthIntegerVector&) const;
77 
78 protected:
79  int* myIntegers;
81 };
82 
83 #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)