#include <jdb_core.h>
Public Member Functions | |
Cmd (Jdb_module *_mod, Jdb_module::Cmd const *_cmd=0) | |
Create a Jdb_core::Cmd. | |
Public Attributes | |
Jdb_module * | mod |
Pointer to the module providing this command. | |
Jdb_module::Cmd const * | cmd |
The Jdb_module::Cmd structure, describing the command. |
This structure consists of a pointer to the Jdb_module and a Jdb_module::Cmd structure. It is used in exec_cmd() and returned from has_cmd().
|
Create a Jdb_core::Cmd.
|
|
The Jdb_module::Cmd structure, describing the command. If this is a null pointer the command is invalid.
|
|
Pointer to the module providing this command.
|