![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2007 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: systemMetaDataEntryList.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00013 00014 #ifndef systemMetaDataEntryList_h 00015 #define systemMetaDataEntryList_h 00016 00017 #include "vrfutil/rwMultiTypeListTemplate.h" 00018 #include "vrfobjparam/vrfobjparamDefines.h" 00019 #include "vrfobjparam/systemMetaDataEntry.h" 00020 00024 class DT_DLL_vrfobjparam DtSystemMetaDataEntryList : public DtRwMultiTypeListTemplate<DtSystemMetaDataEntry> 00025 { 00026 public: 00028 DtSystemMetaDataEntryList(); 00029 00031 DtSystemMetaDataEntryList(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL); 00032 DtSystemMetaDataEntryList(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL); 00033 00035 DtSystemMetaDataEntryList(const DtString& name, 00036 const DtSystemMetaDataEntryList& orig, 00037 DtReaderWriterRegistry* parentRegistry = NULL); 00038 00040 DtSystemMetaDataEntryList(const DtSymbolString& name, 00041 const DtSystemMetaDataEntryList& orig, 00042 DtReaderWriterRegistry* parentRegistry = NULL); 00043 00045 virtual ~DtSystemMetaDataEntryList(); 00046 00048 virtual const char* readerWriterType() const; 00049 }; 00050 00051 00052 #endif