#include <GearXML.h>
Public Member Functions | |
| GearXML (const std::string &fileName) | |
| C'tor specifying the file name. | |
| virtual GearMgr * | createGearMgr () |
| Creates an instance of GearMgr from the data given in the XML file. | |
Static Public Member Functions | |
| void | createXMLFile (GearMgr *mgr, const std::string &fileName) |
| Write an XML file to disk from the given GearMgr object. | |
Protected Attributes | |
| std::string | _fileName |
| GearMgrImpl * | _gearMgr |
|
|
Creates an instance of GearMgr from the data given in the XML file.
|
1.3.5