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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)