Main | License | Installation | FAQ | Screenshots | Contact | Links | Sf.net | Freshmeat.net | KDE-Apps.org
Requirements | Design | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

compiler.cpp

Go to the documentation of this file.
00001 #include <sstream>
00002 #include "compiler.hpp"
00003 
00004 using namespace std;
00005 
00006 string Compiler::translate( const string &input ) const
00007 {
00008   istringstream inStream( input );
00009   ostringstream outStream;
00010   translate( inStream, outStream );
00011   return outStream.str();
00012 }
00013 


anymeal 0.30 - recipe management software - Make the most of your food! - © Jan Wedekind Sun Sep 14 16:01:26 2008 - GNU Free Documentation License