wlmaker
Loading...
Searching...
No Matches
command_desc Struct Reference

Public Attributes

const char * command_ptr
const char * description_ptr
bool(* op )(int argc, const char **argv)

Detailed Description

Command descriptor.

Member Data Documentation

◆ command_ptr

const char* command_desc::command_ptr

Command that can be invoked.

◆ description_ptr

const char* command_desc::description_ptr

Description of the command.

◆ op

bool(* command_desc::op) (int argc, const char **argv)

The operation executed by the command.


The documentation for this struct was generated from the following file: