|
APG
… an ABNF Parser Generator
|
Configuration defining the subset of nodes to display information for. More...
#include <tracep.h>
Data Fields | |
| abool * | bpRules |
| An array of true/false indicators for each rule in the SABNF grammar. More... | |
| abool * | bpUdts |
| An array of true/false indicators for each UDT in the SABNF grammar. More... | |
| abool * | bpOps |
| An array of true/false indicators for each opcode in the SABNF grammar. More... | |
| aint | uiOutputType |
| Output type identifier (TRACE_ASCII or TRACE_HTML) More... | |
| aint | uiHeaderType |
| Indicates whether the trace is being done by apgex. More... | |
| aint | uiFirstRecord |
| Number of the first record to display. More... | |
| aint | uiMaxRecords |
| Maximun number of records to display. More... | |
| abool | bAllRules |
| If true, all rule nodes will be displayed. More... | |
| abool | bAllOps |
| If true, all UDT nodes will be displayed. More... | |
| abool | bCountOnly |
| If true, trace will only count the number of records that would have been displayed. More... | |
| abool | bPppt |
| However, no records are actually displayed. More... | |
Configuration defining the subset of nodes to display information for.
| abool trace_config::bAllOps |
| abool trace_config::bAllRules |
| abool trace_config::bCountOnly |
| abool* trace_config::bpOps |
| abool trace_config::bPppt |
| abool* trace_config::bpRules |
| abool* trace_config::bpUdts |
| aint trace_config::uiFirstRecord |
| aint trace_config::uiHeaderType |
| aint trace_config::uiMaxRecords |
| aint trace_config::uiOutputType |
Output type identifier (TRACE_ASCII or TRACE_HTML)
1.8.17