LoopIndex_output.cpp

Go to the documentation of this file.
00001 //     THIS IS AN AUTOMATICALLY GENERATED FILE
00002 //     CREATED BY GenOutputTool.
00003 
00004 #include "LoopIndex.hpp"
00005 
00006 namespace OA { 
00007   namespace Loop {
00008 
00009 void LoopIndex::output(OA::IRHandlesIRInterface &ir)
00010 {
00011     sOutBuild->objStart("LoopIndex");
00012 
00013     mVariable->output(ir);
00014     sOutBuild->field("mInitialBound", OA::int2string(mInitialBound));
00015     sOutBuild->field("mTerminalBound", OA::int2string(mTerminalBound));
00016     sOutBuild->field("mStep", OA::int2string(mStep));
00017     sOutBuild->objEnd("LoopIndex");
00018 }
00019 
00020 } // end of Loop namespace
00021 } // end of OA namespace