VR-Forces 4.1 Class Documentation
rwIntegerAttribute.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: rwIntegerAttribute.h,v $ $Revision: 1.8 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtRwIntegerAttribute_H_
13 #define DtRwIntegerAttribute_H_
14 
16 #include "vrfutil/rdrWritr.h"
17 
21 
22 #include "vrfutil/vrfutilDefines.h"
24 {
25 public:
26 
28  DtRwIntegerAttribute(const DtString& name = DtString::nullString(),
29  DtReaderWriterRegistry* const parentRegistry = NULL);
30 
32  DtReaderWriterRegistry* const parentRegistry = NULL);
33 
34  DtRwIntegerAttribute(const DtString& name,
35  const DtString& key,
36  const int& data,
37  DtReaderWriterRegistry* const parentRegistry = NULL);
38 
40  const DtString& key,
41  const int& data,
42  DtReaderWriterRegistry* const parentRegistry = NULL);
43 
45  virtual ~DtRwIntegerAttribute();
46 
49  const DtString& name = DtString::nullString(),
50  DtReaderWriterRegistry* parentRegistry = NULL);
51 
53  const DtSymbolString& name,
54  DtReaderWriterRegistry* parentRegistry = NULL);
55 
58 
60  DtIntegerAttribute& operator=(const DtIntegerAttribute& integerAttribute);
61 
65  virtual void putData(FILE* fp, int indentlLevel = 0);
66  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
67  const DtVariableBindingsList& variableBindings);
68 
72  virtual const char* readerWriterType() const;
73 };
74 
75 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)