BRL-CAD
command_tab Struct Reference

#include <cmd.h>

Data Fields

const char * ct_cmd
 
const char * ct_parms
 
const char * ct_comment
 
int(* ct_func )(const int, const char **)
 
int ct_min
 min number of words in cmd More...
 
int ct_max
 max number of words in cmd More...
 

Detailed Description

Table for driving generic command-parsing routines

Definition at line 42 of file cmd.h.

Field Documentation

◆ ct_cmd

const char* ct_cmd

Definition at line 43 of file cmd.h.

◆ ct_parms

const char* ct_parms

Definition at line 44 of file cmd.h.

◆ ct_comment

const char* ct_comment

Definition at line 45 of file cmd.h.

◆ ct_func

int(* ct_func) (const int, const char **)

Definition at line 46 of file cmd.h.

◆ ct_min

int ct_min

min number of words in cmd

Definition at line 47 of file cmd.h.

◆ ct_max

int ct_max

max number of words in cmd

Definition at line 48 of file cmd.h.


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