#include <CmdIMD.h>
Inheritance diagram for CmdIMDConnect:
Public Methods | |
CmdIMDConnect (int id, const char *hostname, int port) | |
virtual | ~CmdIMDConnect () |
Public Attributes | |
int | molid |
char * | host |
int | port |
Protected Methods | |
virtual void | create_text () |
virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More... |
Definition at line 28 of file CmdIMD.h.
|
|
|
Definition at line 34 of file CmdIMD.C. References host. |
|
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command. Definition at line 38 of file CmdIMD.C. References Command::cmdText, host, and port. |
|
Definition at line 35 of file CmdIMD.h. Referenced by CmdIMDConnect, create_text, and ~CmdIMDConnect. |
|
Definition at line 34 of file CmdIMD.h. Referenced by CmdIMDConnect. |
|
Definition at line 36 of file CmdIMD.h. Referenced by CmdIMDConnect, and create_text. |