#include <CTclInterpeterShell.h>
Inheritance diagram for CTclInterpeterShell:
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 |
Definition at line 295 of file CTclInterpeterShell.h.
|
Default constructor. Default constructor. This is called when declarations of the form e.g.:
Definition at line 291 of file CTclInterpeterShell.cpp. |
|
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. |
|
Destructor.
Definition at line 304 of file CTclInterpeterShell.h. |
|
Definition at line 308 of file CTclInterpeterShell.h. References operator==(). |
|
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=(). |
|
Comparison for equality.
Referenced by operator!=(). |