Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

Jdb_core::Cmd Struct Reference

The command structure for Jdb_core. More...

#include <jdb_core.h>

List of all members.

Public Member Functions

 Cmd (Jdb_module *_mod, Jdb_module::Cmd const *_cmd=0)
 Create a Jdb_core::Cmd.

Public Attributes

Jdb_modulemod
 Pointer to the module providing this command.
Jdb_module::Cmd const * cmd
 The Jdb_module::Cmd structure, describing the command.


Detailed Description

The command structure for Jdb_core.

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().


Constructor & Destructor Documentation

Jdb_core::Cmd::Cmd Jdb_module _mod,
Jdb_module::Cmd const *  _cmd = 0
[inline]
 

Create a Jdb_core::Cmd.

Parameters:
_mod the Jdb_module providing the command.
_cmd the command structure (see Jdb_module::Cmd).


Member Data Documentation

Jdb_module::Cmd const* Jdb_core::Cmd::cmd
 

The Jdb_module::Cmd structure, describing the command.

If this is a null pointer the command is invalid.

See also:
Jdb_module

Jdb_module::Cmd

Jdb_module* Jdb_core::Cmd::mod
 

Pointer to the module providing this command.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 26 14:20:15 2005 for Fiasco by  doxygen 1.4.2