#include "bbtkInterpreter.h"
#include "bbtkExecuter.h"
#include "bbtkTranscriptor.h"
#include "bbtkMessageManager.h"
#include "bbtkConfigurationFile.h"
#include "bbtkUtilities.h"
#include "bbtkAtomicBlackBox.h"
#include "bbtkWxBlackBox.h"
#include <sys/stat.h>
#include <algorithm>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | bbtk |
Defines | |
#define | CATCH_MACRO |
Definition in file bbtkInterpreter.cxx.
#define CATCH_MACRO |
Value:
catch (InterpreterException e) \ { \ CatchInterpreterException(e); \ } \ catch (bbtk::Exception e) \ { \ CatchBbtkException(e); \ } \ catch (std::exception& e) \ { \ CatchStdException(e); \ } \ catch (...) \ { \ CatchUnknownException(); \ }
Definition at line 239 of file bbtkInterpreter.cxx.
Referenced by bbtk::InterpreterVirtual::InterpretBuffer(), bbtk::InterpreterVirtual::InterpretCurrentStreams(), bbtk::WxGUIScriptingInterface::InterpretFile(), bbtk::InterpreterVirtual::InterpretFile(), bbtk::InterpreterVirtual::InterpretLine(), bbtk::WxGUIScriptingInterface::WxGUICommandEnter(), and bbtk::WxGUIScriptingInterface::WxGUITextEditorRun().