bbtkInterpreterVirtual.cxx File Reference

class Interpreter : More...

#include "bbtkInterpreterVirtual.h"
#include "bbtkConfigurationFile.h"
#include "bbtkUtilities.h"
#include <sys/stat.h>
#include <algorithm>
#include <string>

Include dependency graph for bbtkInterpreterVirtual.cxx:

Go to the source code of this file.

Namespaces

namespace  bbtk

Defines

#define CATCH_MACRO


Detailed Description

class Interpreter :

Definition in file bbtkInterpreterVirtual.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 558 of file bbtkInterpreterVirtual.cxx.


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