bbtkInterpreter.cxx File Reference

class Interpreter : More...

#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>

Include dependency graph for bbtkInterpreter.cxx:

Go to the source code of this file.

Namespaces

namespace  bbtk

Defines

#define CATCH_MACRO


Detailed Description

class Interpreter :

Definition in file bbtkInterpreter.cxx.


Define Documentation

#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().


Generated on Thu May 31 14:12:41 2012 for BBTK by  doxygen 1.5.7.1