Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

paramBuilder.h

Go to the documentation of this file.
00001 
00002 // $Id: paramBuilder.h,v 1.1 2007/02/09 05:38:28 fmwk Exp $
00003 //
00006 //
00007 // messier@indiana.edu
00009 #ifndef CFG_XML_PARAMBUILDER_H
00010 #define CFG_XML_PARAMBUILDER_H
00011 #include <string>
00012 #include "XMLInterface/Attribute.h"
00013 #include "XMLInterface/Builder.h"
00014 
00015 namespace cfg {
00016   class paramBuilder : public xmli::Builder {
00017   public:
00018     paramBuilder(const char* tag);
00019     
00020     void Build(const xmli::AttributeList& attr, const std::string& buffer);
00021   };
00022 }
00023 #endif // CFGXMLPARAMBUILDER_H
00024 

Generated on Sat Oct 11 02:35:28 2008 for NOvA Offline by  doxygen 1.3.9.1