]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.h
Created a bbs editor : bbed
[bbtk.git] / kernel / src / bbtkInterpreter.h
index a5e66f424f3ec0e18ce7c3a903ed2f1414c489cc..b87846854bf2fb5bcacc780dfe832870e3d9f53c 100644 (file)
@@ -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 );