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

doubleBuilder.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 #ifndef XMLI_DOUBLEBUILDER_H
00009 #define XMLI_DOUBLEBUILDER_H
00010 #include "XMLInterface/Builder.h"
00011 
00012 namespace xmli {
00014   class doubleBuilder : public Builder {
00015   public:
00016     doubleBuilder(const char* tag);
00017     void Build(const AttributeList& attr, const std::string& buffer);
00018   private:
00019   };
00020 }
00021 
00022 #endif // XMLIDOUBLEBUILDER_H
00023 

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