GEAR  1.9.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
gear::GearXML Class Reference

Implementation of GEAR using XML. More...

#include <GearXML.h>

Public Member Functions

 GearXML (const GearXML &)=delete
 
GearXMLoperator= (const GearXML &)=delete
 
 GearXML (const std::string &fileName)
 C'tor specifying the file name.
 
GearMgrcreateGearMgr ()
 Creates an instance of GearMgr from the data given in the XML file. More...
 

Static Public Member Functions

static 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 = nullptr
 

Detailed Description

Implementation of GEAR using XML.

Author
F. Gaede, DESY
Version
$Id$

Definition at line 18 of file GearXML.h.

Member Function Documentation

GearMgr * gear::GearXML::createGearMgr ( )

The documentation for this class was generated from the following files: