#include <ngcbCMD.hpp>
|
| bool | operator< (const ngcb_cmd_t &other) const |
| | Comparison operator.
|
| |
| | ngcb_cmd_t (const char *name) |
| | Constructor.
|
| |
| virtual | ~ngcb_cmd_t () |
| | Destructor.
|
| |
| const char * | Cmd () const |
| | Return command name.
|
| |
| void | Syntax (const char *s) |
| | Assign syntax.
|
| |
| void | Help (const char *s) |
| | Assign help text.
|
| |
◆ ngcb_cmd_t()
| ngcb_cmd_t::ngcb_cmd_t |
( |
const char * | name | ) |
|
|
inlineexplicit |
◆ ~ngcb_cmd_t()
| virtual ngcb_cmd_t::~ngcb_cmd_t |
( |
| ) |
|
|
inlinevirtual |
◆ Cmd()
| const char * ngcb_cmd_t::Cmd |
( |
| ) |
const |
|
inline |
◆ Compare()
◆ Help()
| void ngcb_cmd_t::Help |
( |
const char * | s | ) |
|
|
inline |
◆ operator<()
| bool ngcb_cmd_t::operator< |
( |
const ngcb_cmd_t & | other | ) |
const |
|
inline |
◆ Syntax()
| void ngcb_cmd_t::Syntax |
( |
const char * | s | ) |
|
|
inline |
◆ flags
Flags (ngcbCMD_UPDATE, ngcbCMD_PROTECTED)
◆ function
Command handling function.
◆ help
| char ngcb_cmd_t::help[1024] |
◆ syntax
| char ngcb_cmd_t::syntax[256] |
◆ udata
User data to be forwarded.
The documentation for this class was generated from the following file: