Itasca C++ Interface
Loading...
Searching...
No Matches
python::IPythonModule Class Referenceabstract

Interface for the PYTHON module. More...

#include <ipythonmodule.h>

Public Types

using prop_signal = shared::Signal<const string &,const base::Property &>

Public Member Functions

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

Detailed Description

Interface for the PYTHON module.


The documentation for this class was generated from the following file: