#include <PlainTextInterp.h>
Inheritance diagram for PlainTextInterp:
Public Methods | |
PlainTextInterp () | |
virtual | ~PlainTextInterp () |
virtual int | evalString (const char *) |
Pass the given string to the interpreter. Return success. More... | |
virtual void | appendString (const char *) |
virtual void | appendList (const char *) |
Definition at line 28 of file PlainTextInterp.h.
|
Definition at line 26 of file PlainTextInterp.C. |
|
Definition at line 30 of file PlainTextInterp.C. |
|
Definition at line 43 of file PlainTextInterp.C. |
|
Definition at line 39 of file PlainTextInterp.C. |
|
Pass the given string to the interpreter. Return success.
Reimplemented from TextInterp. Definition at line 34 of file PlainTextInterp.C. References vmd_system. |