VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregatedResourceList.h
Go to the documentation of this file.
1 /**************************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 **************************************************************************************/
5 /**************************************************************************************
6 ** $RCSfile: aggregatedResourceList.h,v $ $Revision: 1.1 $ $State: Exp $
7 **************************************************************************************/
8 
11 
12 #ifndef aggregatedResourceList_H_
13 #define aggregatedResourceList_H_
14 
15 #include "vrfutil/rwList.h"
16 
17 class DtListItem;
18 
20 #include "vrfutil/vrfutilDefines.h"
22 {
23 public:
26 
28  DtAggregatedResourceList(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
29  DtAggregatedResourceList(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
30 
33  const DtAggregatedResourceList& orig,
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
38  const DtAggregatedResourceList& orig,
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
42  virtual ~DtAggregatedResourceList();
43 
45 
47  virtual const char* readerWriterType() const;
48 
51  virtual void copyListFrom(const DtAggregatedResourceList& orig);
52 
54  virtual void clear();
55 
57  bool operator==(const DtAggregatedResourceList&) const;
58  bool operator!=(const DtAggregatedResourceList&) const;
59 
60 
61 
62 protected:
63 
64  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
65  const DtVariableBindingsList& variableBindings);
66 
67 };
68 
69 namespace DtBufferSerialize
70 {
73 
76  DT_DLL_vrfutil char *encode(const DtAggregatedResourceList& val, char *buffer);
77 
80  DT_DLL_vrfutil const char *decode(DtAggregatedResourceList& val, const char *buffer) ;
81 };
82 
83 
84 #endif

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)