Workspace 6.21.5
Namespaces | Macros | Functions
pythoninitialiser.cpp File Reference
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "pythoninitialiser.h"
#include <structmember.h>
#include <QApplication>
#include <QMutexLocker>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "pythonlogcapture.h"
#include "pythonmeshinterface.h"
Include dependency graph for pythoninitialiser.cpp:

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::Python
 

Macros

#define STRINGIFY(x)   #x
 
#define TOSTRING(x)   STRINGIFY(x)
 

Functions

 PYBIND11_EMBEDDED_MODULE (workspace, m)
 

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)