00001 00007 #ifndef SECTIONDECODEGENERATOR_HPP_INCLUDED 00008 #define SECTIONDECODEGENERATOR_HPP_INCLUDED 00009 00010 #include <iosfwd> 00011 00012 void 00013 generateDecodeFunctions(std::ostream & cpp, std::ostream & hpp); 00014 00015 00016 #endif // SECTIONDECODEGENERATOR_HPP_INCLUDED 00017