VR-Forces 4.1.1 Class Documentation
rwRealAttribute.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: rwRealAttribute.h,v $ $Revision: 1.9 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtRwRealAttribute_H_
13 #define DtRwRealAttribute_H_
14 
15 #include "vrfutil/realAttribute.h"
16 #include "vrfutil/rdrWritr.h"
17 
21 
22 #include "vrfutil/vrfutilDefines.h"
24 {
25 public:
26 
28  DtRwRealAttribute(const DtString& name = DtString::nullString(),
29  DtReaderWriterRegistry* const parentRegistry = NULL);
30 
31  DtRwRealAttribute(const DtSymbolString& name,
32  DtReaderWriterRegistry* const parentRegistry = NULL);
33 
34  DtRwRealAttribute(const DtString& name,
35  const DtString& key,
36  const double& data,
37  DtReaderWriterRegistry* const parentRegistry = NULL);
38 
40  const DtString& key,
41  const double& data,
42  DtReaderWriterRegistry* const parentRegistry = NULL);
43 
45  virtual ~DtRwRealAttribute();
46 
49  const DtString& name = DtString::nullString(),
50  DtReaderWriterRegistry* parentRegistry = NULL);
51 
53  const DtSymbolString& name,
54  DtReaderWriterRegistry* parentRegistry = NULL);
55 
58 
60  DtRealAttribute& operator=(const DtRealAttribute& realAttribute);
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)