![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /********************************************************************* 00002 ** Copyright (c) 1999 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 /********************************************************************* 00006 ** $RCSfile: rwStringList.h,v $ $Revision: 1.6 $ $State: Exp $ 00007 *********************************************************************/ 00008 00011 00012 #ifndef DtRwStringList_H_ 00013 #define DtRwStringList_H_ 00014 00015 #include "vrfutil/rwList.h" 00016 00020 00021 #include "vrfutil/vrfutilDefines.h" 00022 class DT_DLL_vrfutil DtRwStringList : public DtRwList 00023 { 00024 public: 00025 00027 DtRwStringList(); 00028 00030 DtRwStringList(const DtString& name, DtReaderWriterRegistry* const parentRegistry = NULL); 00031 DtRwStringList(const DtSymbolString& name, DtReaderWriterRegistry* const parentRegistry = NULL); 00032 00034 virtual ~DtRwStringList(); 00035 00038 virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath, 00039 const DtVariableBindingsList& variableBindings); 00040 00042 DtRwStringList(const DtRwStringList& orig, DtReaderWriterRegistry* const parentRegistry = NULL); 00043 00045 DtRwStringList& operator=(const DtRwStringList& orig); 00046 00047 virtual void emptyList(); 00048 00049 protected: 00051 void emptyListInternal(); 00053 void copyList(const DtRwStringList& orig); 00054 }; 00055 00056 #endif