#include "bbtkInterpreterVirtual.h"
#include "bbtkConfigurationFile.h"
#include "bbtkUtilities.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 bbtkInterpreterVirtual.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 558 of file bbtkInterpreterVirtual.cxx.