Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PlainTextInterp Class Reference

TextInterp subclass implementing a last resort text interpreter if no other is available. More...

#include <PlainTextInterp.h>

Inheritance diagram for PlainTextInterp:

TextInterp List of all members.

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 *)

Detailed Description

TextInterp subclass implementing a last resort text interpreter if no other is available.

Definition at line 28 of file PlainTextInterp.h.


Constructor & Destructor Documentation

PlainTextInterp::PlainTextInterp  
 

Definition at line 26 of file PlainTextInterp.C.

PlainTextInterp::~PlainTextInterp   [virtual]
 

Definition at line 30 of file PlainTextInterp.C.


Member Function Documentation

void PlainTextInterp::appendList const char *    [virtual]
 

Definition at line 43 of file PlainTextInterp.C.

void PlainTextInterp::appendString const char *    [virtual]
 

Definition at line 39 of file PlainTextInterp.C.

int PlainTextInterp::evalString const char *    s [virtual]
 

Pass the given string to the interpreter. Return success.

Reimplemented from TextInterp.

Definition at line 34 of file PlainTextInterp.C.

References vmd_system.


The documentation for this class was generated from the following files:
Generated on Thu Apr 25 02:45:20 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002