VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwStringAttribute.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
13 
17 
20 {
21 public:
22 
24  DtRwStringAttribute(const DtString& name = DtString::nullString(),
25  DtReaderWriterRegistry* const parentRegistry = NULL);
26 
28  DtReaderWriterRegistry* const parentRegistry = NULL);
29 
30  DtRwStringAttribute(const DtString& name,
31  const DtString& key,
32  const DtString& data,
33  DtReaderWriterRegistry* const parentRegistry = NULL);
34 
36  const DtString& key,
37  const DtString& data,
38  DtReaderWriterRegistry* const parentRegistry = NULL);
39 
41  virtual ~DtRwStringAttribute() override;
42 
45  const DtString & name = DtString::nullString(),
46  DtReaderWriterRegistry* parentRegistry = NULL);
47 
49  const DtSymbolString & name,
50  DtReaderWriterRegistry* parentRegistry = NULL);
51 
54 
56  DtStringAttribute& operator=(const DtStringAttribute& stringAttribute);
57 
61  virtual void putData(std::string &fp, int indentlLevel = 0) override;
62  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths,
63  const DtVariableBindingsList &variableBindings) override;
64 
66  virtual void putData(DtEnvironmentSP, DtEnvValueSP value) const override;
67 
69  virtual void getData(const DtEnvironmentSP, const DtEnvValueSP,
70  const DtReaderWriter::SearchPaths &searchPaths =
72  const DtVariableBindingsList &bindings =
73  DtVariableBindingsList()) override;
74 
78  virtual const char *readerWriterType() const override;
79 
81  static const char* theXmlType();
82 
83  virtual const char *xmlType() const override {
84  return theXmlType();
85  }
86 
87  bool operator==(const DtRwStringAttribute&) const;
88  bool operator!=(const DtRwStringAttribute& rhs) const { return !(*this == rhs); };
89 };
bool operator==(const DtReaderWriter &) const
Equivalence operator.
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
#define DT_DLL_readerWriter
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: readerWriterDefines.h:34
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
virtual const char * xmlType() const override
Definition: rwStringAttribute.h:83
virtual DtlObjPtr getData(DtlObjPtr args, const SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings)
Deriving class overrides these to get/put class specific data.
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
class DtStringAttribute:
Definition: stringAttribute.h:20
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
class DtRwStringAttribute:
Definition: rwStringAttribute.h:19
virtual void putData(std::string &fp, int indentLevel=0)
Deriving class overrides these to get/put class specific data.
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
static const char * theXmlType()
The type that is used when archiving to an XML stream.
DT_DLL_readerWriter std::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30
bool operator!=(const DtRwStringAttribute &rhs) const
Definition: rwStringAttribute.h:88

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)