VR-Forces 4.2 Class Documentation
vrfFileParser.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfFileParser.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtVrfFileParser_H_
13 #define DtVrfFileParser_H_
14 
15 #include <mtl/mtl.h>
16 #include <vlutil/vlFilename.h>
17 #include <vlutil/vlHashlist.h>
18 
19 
22 
25 {
26 public:
27 
29 
30  virtual ~DtVrfFileParser();
31 
34  virtual bool parseFile(const DtFilename& filename);
35 
37  virtual bool parseOrderOfBattleFile(const DtlObjPtr& oobList);
38  virtual void parseOrderOfBattleObject(const DtlObjPtr& args);
39 
42  virtual bool parsePlanFile(const DtlObjPtr& plnList);
43 
44  virtual bool parseGlobalPlanFile(const DtlObjPtr& plnList);
45 
47  virtual void parsePlan(const DtlObjPtr& args);
48 
49 
50  virtual const DtList& names();
51  virtual const DtlObjPtr& getObjPtr(const DtString& name) const;
52 
53 protected:
54 
55  virtual void clear();
56  virtual void addName(const DtString& name, const DtlObjPtr& args);
57 
58 protected:
59 
60  DtlObjPtr myList;
61  DtlObjPtr myEnv;
62  DtHashlist myName2DataMap;
63  DtList myNameList;
64 };
65 
66 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)