FastPolyEval  1.0
Fast Evaluation of Real and Complex Polynomials
Data Fields
help_struct Struct Reference

Description of a basic help screen. More...

Data Fields

char * before
 the first line to display
 
int columnCount
 the number of columns
 
int * columnWidths
 the widths of all but the last column (array length should be 1 less than columnCount)
 
char ** headers
 the column headers
 
int linesCount
 the number of lines / commands
 
char *** lines
 the double array of messages
 
char * after
 the last line to display
 

Detailed Description

Description of a basic help screen.

Each help screen contains a brief summary (before), some lines of messages (commands) and a final discussion (after). Lines are structures as an array of variable size, with descriptive headers.

Definition at line 73 of file help.h.