X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkInterpreter.h;h=b87846854bf2fb5bcacc780dfe832870e3d9f53c;hb=372f03317f05d4a436b0f9c39b98558ec4810b78;hp=a5e66f424f3ec0e18ce7c3a903ed2f1414c489cc;hpb=9a547ce682c6ca6a25a2e937c3e5bbe9b2aae3d6;p=bbtk.git diff --git a/kernel/src/bbtkInterpreter.h b/kernel/src/bbtkInterpreter.h index a5e66f4..b878468 100644 --- a/kernel/src/bbtkInterpreter.h +++ b/kernel/src/bbtkInterpreter.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkInterpreter.h,v $ $ Language: C++ - Date: $Date: 2008/03/14 14:58:53 $ - Version: $Revision: 1.14 $ + Date: $Date: 2008/03/18 12:51:26 $ + Version: $Revision: 1.15 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -118,6 +118,9 @@ namespace bbtk /// Runs the interpretation of a file void InterpretFile( const std::string& filename); + /// Runs the interpretation of a buffer and deletes it ! + void InterpretBuffer( std::stringstream* buffer ); + /// Interprets a line (either from a file or typed interactively) void InterpretLine( const std::string& line, bool &insideComment );