![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2004 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: extDtcRead.h,v $ $Revision: 1.6 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef DtExtDtcRead_H_ 00013 #define DtExtDtcRead_H_ 00014 00015 #include <mtl/mtl.h> 00016 00017 #include <map> 00018 #include <string> 00019 00020 typedef std::map<DtlObj*, std::string> DtlObjStringMap; 00021 00029 00030 #include "extMtl/extMtlDefines.h" 00031 00032 DT_DLL_extMtl DtlObjPtr DtExtDtcRead(DtlInputStream *f, const DtlObjPtr& env, 00033 DtlObjStringMap& objectCommentMap, bool rawRead = false); 00034 00035 #endif 00036