Workspace 6.21.5
Classes | Namespaces | Typedefs
pythontypesregistry.h File Reference
#include <pybind11/stl.h>
#include <QCoreApplication>
#include <QString>
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "pythonplugin_api.h"
Include dependency graph for pythontypesregistry.h:
This graph shows which files directly or indirectly include this file:

Classes

class  PythonTypesRegistry
 A registry of PythonTypesRegistry implementations which can be used to create new instances. More...
 

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::DataExecution
 Base workspace functionality not requiring a user interface.
 
namespace  CSIRO::Python
 

Typedefs

using DataObjToPythonObjMapFunc = pyb::object(*)(CSIRO::DataExecution::DataObject &obj, bool &succeeded)
 
using PythonObjToDataObjMapFunc = bool(*)(pyb::object, CSIRO::DataExecution::DataObject &)
 

Typedef Documentation

◆ DataObjToPythonObjMapFunc

using DataObjToPythonObjMapFunc = pyb::object (*)(CSIRO::DataExecution::DataObject& obj, bool& succeeded)

◆ PythonObjToDataObjMapFunc