VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
realList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: rwRealList.h,v $ $Revision: 1.5 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtRealList_H_
13 #define DtRealList_H_
14 
15 #include "vrfutil/rwList.h"
16 
20 
21 #include "vrfutil/vrfutilDefines.h"
23 {
24 public:
25 
27  DtRealList();
28 
30  DtRealList(const DtString& name, DtReaderWriterRegistry* const parentRegistry = NULL);
31  DtRealList(const DtSymbolString& name,
32  DtReaderWriterRegistry* const parentRegistry = NULL);
33 
35  virtual ~DtRealList();
36 
37 protected:
38 
41  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
42  const DtVariableBindingsList& variableBindings);
43 
46  DtRealList(const DtRealList& orig);
47 
50  DtRealList& operator=(const DtRealList& orig);
51 };
52 
53 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)