VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
systemMetaDataEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 #include <readerWriter/rwString.h>
17 
18 #include <memory>
19 
21 
24 
29 {
30 public:
32  parentRegistry = NULL);
33 
34  DtSystemMetaDataEntry(const DtString& name, const DtSystemMetaDataEntry& orig,
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
38 
39  virtual ~DtSystemMetaDataEntry();
40 
43  virtual DtString entryType() const = 0;
44 
45  virtual DtSystemMetaDataEntry* clone() const = 0;
46 
49  static DtSystemMetaDataEntry* createMetaDataEntry(const DtString& type);
50 
54 
56  bool operator==(const DtSystemMetaDataEntry&) const;
57  virtual bool compare(const DtSystemMetaDataEntry& rhs) const = 0;
58 
59 protected:
60  static std::auto_ptr<DtSystemMetaDataEntryFactory> theFactory;
61 };
bool operator==(const DtReaderWriter &) const
Equivalence operator.
DtStringKeyFactoryWithParam< DtSystemMetaDataEntry, const DtString & > DtSystemMetaDataEntryFactory
Factory for creating DtSystemMetaDataEntry subclasses.
Definition: systemMetaDataEntry.h:20
Definition: stringKeyFactory.h:80
static std::auto_ptr< DtSystemMetaDataEntryFactory > theFactory
Definition: systemMetaDataEntry.h:60
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
static DtReaderWriterFactory * factory()
Factory templates DtStringKeyFactory and DtStringKeyFactoryWithParam.
Base class for RW objects that describe an entry in the system meta data. This data is used by the en...
Definition: systemMetaDataEntry.h:28
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)