#include <VirtualCircuitTableCommand.h>
Inheritance diagram for VirtualCircuitTableCommand::
Public Methods | |
VirtualCircuitTableCommand () | |
virtual void | run (std::ostream &) |
virtual string | getCommandString () |
virtual void | getHtmlInterface (std::ostream &) |
Return a default HTML interface. More... | |
virtual void | getHelp (std::ostream &s) |
Return a default help string. More... | |
Private Attributes | |
VirtualCircuitTable * | m_vct |
|
|
|
Reimplemented from Command. |
|
Return a default help string.
Reimplemented from Command. |
|
Return a default HTML interface.
Reimplemented from Command. |
|
Reimplemented from Command. |
|
Definition at line 13 of file VirtualCircuitTableCommand.h. |