Plugins
json_plugin.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "bridge/util.h"
4 
5 extern "C" void InitUGPlugin_JSONToolkit(ug::bridge::Registry* reg, std::string grp);
6 
7 #ifdef UG_USE_PYBIND11
8 
9 #include "bindings/pybind/ug_pybind.h"
10 
11 namespace ug {
12 namespace JSONToolkit{
13  void InitUGPlugin(ug::pybind::Registry* reg, std::string grp);
14 }
15 }
16 #endif
void InitUGPlugin_JSONToolkit(ug::bridge::Registry *reg, std::string grp)