#include <Interp.h>
Inheritance diagram for Interp:


Public Member Functions | |
| Interp (const char *) | |
| virtual | ~Interp () |
| virtual void | addCommand (InterpCmd &)=0 |
| virtual bool | evalCommand (const char *)=0 |
| virtual void | bindVar (const char *, int &)=0 |
| virtual void | bindVar (const char *, double &)=0 |
| virtual void | interact (int timeoutseconds=(-1)) |
Definition at line 21 of file Interp.h.
|
|
Definition at line 45 of file Interp.cpp. |
|
|
Definition at line 50 of file Interp.cpp. |
|
|
Implemented in InterpTcl. |
|
||||||||||||
|
Implemented in InterpTcl. |
|
||||||||||||
|
Implemented in InterpTcl. |
|
|
Implemented in InterpTcl. Referenced by interact(). |
|
|
Definition at line 58 of file Interp.cpp. References endl(), evalCommand(), and InterpNamedObj::name(). Referenced by VizTool::InterpretInteract(). Here is the call graph for this function: ![]() |
1.4.6