VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
componentSystemDescriptorList.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 
13 #include "vrfutil/rwList.h"
15 
17 class DtFilename;
18 
21 {
22 protected:
23 
26 
27 public:
28 
31  DtReaderWriterRegistry * parentRegistry = 0);
32 
35  DtReaderWriterRegistry * parentRegistry = 0);
36 
42 
45 
47  parentRegistry = 0);
48 
49  virtual const char* readerWriterType() const;
50 
52  virtual void emptyList();
53  virtual void copyList(const DtComponentSystemDescriptorList& orig);
54 
57  virtual DtComponentSystemDescriptor* addComponentSystemDescriptor(const DtComponentSystemDescriptor&
58  descriptor);
59 
60  virtual DtComponentSystemDescriptor * lookupComponentSystemDescriptor(const DtString&
61  name) const;
62 
64 
65 protected:
67  virtual void addComponentSystemDescriptor(DtComponentSystemDescriptor * descriptor);
68  virtual DtListItem * lookupComponentSystemDescriptorItem(const DtString& name) const;
69 
70  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
71  const DtVariableBindingsList& variableBindings);
72 };

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)