Interface for the PYTHON module.
More...
#include <ipythonmodule.h>
|
|
using | prop_signal = shared::Signal<const string &,const base::Property &> |
|
|
virtual void | setConsole (bool b)=0 |
|
virtual std::vector< std::string > | getSymbolNames (bool skip_private=true) const =0 |
|
virtual std::string | getSymbolValueAsString (const std::string &name) const =0 |
|
virtual std::string | getSymbolType (const std::string &name) const =0 |
|
virtual bool | isFunction (const std::string &name, int *outArgCount=nullptr) const =0 |
Interface for the PYTHON module.
The documentation for this class was generated from the following file: