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

CTclInterpeterShell Class Reference

#include <CTclInterpeterShell.h>

Inheritance diagram for CTclInterpeterShell:

CInterpreterShell List of all members.

Public Methods

 CTclInterpeterShell ()
 Default constructor.

 CTclInterpeterShell (const CTclInterpeterShell &rhs)
 Copy constructor.

 ~CTclInterpeterShell ()
 Destructor.

CTclInterpeterShell & operator= (const CTclInterpeterShell &rhs)
 Assignment.

int operator== (const CTclInterpeterShell &rhs) const
 Comparison for equality.

int operator!= (const CTclInterpeterShell &rhs) const

Detailed Description

Encapsulates the extended interpreter associated with a readout program in the case where the user has selected a Tcl rather than a windowed Tk interpreter.

Definition at line 295 of file CTclInterpeterShell.h.


Constructor & Destructor Documentation

CTclInterpeterShell::CTclInterpeterShell  
 

Default constructor.

Default constructor. This is called when declarations of the form e.g.:

  • CTclInterpeterShell object; are performed.

Definition at line 291 of file CTclInterpeterShell.cpp.

CTclInterpeterShell::CTclInterpeterShell const CTclInterpeterShell &    rhs
 

Copy constructor.

Copy construction. This is invoked when e.g. an object is passed by value to a function. The copy constructor makes a clone of the rhs object.

Definition at line 302 of file CTclInterpeterShell.cpp.

CTclInterpeterShell::~CTclInterpeterShell   [inline]
 

Destructor.

Definition at line 304 of file CTclInterpeterShell.h.


Member Function Documentation

int CTclInterpeterShell::operator!= const CTclInterpeterShell &    rhs const [inline]
 

Definition at line 308 of file CTclInterpeterShell.h.

References operator==().

CTclInterpeterShell & CTclInterpeterShell::operator= const CTclInterpeterShell &    aCTclInterpeterShell
 

Assignment.

Assignment operation. This member function supports assignment of an object of this class to an object of the same class.

Definition at line 318 of file CTclInterpeterShell.cpp.

References CInterpreterShell::operator=().

int CTclInterpeterShell::operator== const CTclInterpeterShell &    rhs const
 

Comparison for equality.

Referenced by operator!=().


The documentation for this class was generated from the following files:
Generated on Fri Nov 8 13:37:26 2002 for Event Readout system. by doxygen1.2.16