| 
    KiCad PCB EDA Suite
    
   | 
 
#include <functional>#include <iostream>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | KI_TEST::UTILITY_PROGRAM | 
| Description of a "utility program", which is a program that takes some command line and does "something".  More... | |
| class | KI_TEST::COMBINED_UTILITY | 
| Class that handles delegation of command lines to one of a number of "sub-utilities".  More... | |
Namespaces | |
| namespace | KI_TEST | 
Enumerations | |
| enum | KI_TEST::RET_CODES { KI_TEST::OK = 0 , KI_TEST::BAD_CMDLINE = 1 , KI_TEST::UNKNOWN_TOOL = 2 , KI_TEST::TOOL_SPECIFIC = 10 } | 
| Return codes for tools.  More... | |