![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 1999 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: rwRealList.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00012 #ifndef DtRealList_H_ 00013 #define DtRealList_H_ 00014 00015 #include "vrfutil/rwList.h" 00016 00020 00021 #include "vrfutil/vrfutilDefines.h" 00022 class DT_DLL_vrfutil DtRealList : public DtRwList 00023 { 00024 public: 00025 00027 DtRealList(); 00028 00030 DtRealList(const DtString& name, DtReaderWriterRegistry* const parentRegistry = NULL); 00031 DtRealList(const DtSymbolString& name, 00032 DtReaderWriterRegistry* const parentRegistry = NULL); 00033 00035 virtual ~DtRealList(); 00036 00037 protected: 00038 00041 virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath, 00042 const DtVariableBindingsList& variableBindings); 00043 00046 DtRealList(const DtRealList& orig); 00047 00050 DtRealList& operator=(const DtRealList& orig); 00051 }; 00052 00053 #endif