| Code::Blocks
    SVN r11506
    | 
Struct for compiler/linker commands. More...
#include <compiler.h>
| Public Member Functions | |
| CompilerTool (const wxString &command_in=wxEmptyString, const wxString &extensions_in=wxEmptyString, const wxString &generatedFiles_in=wxEmptyString) | |
| CompilerTool (const CompilerTool &rhs) | |
| bool | operator== (const CompilerTool &rhs) const | 
| bool | operator!= (const CompilerTool &rhs) const | 
| Public Attributes | |
| wxString | command | 
| command to execute  More... | |
| wxArrayString | extensions | 
| file extensions for which the command will be invoked (no leading dot)  More... | |
| wxArrayString | generatedFiles | 
| the native language files this command generates that should be further compiled  More... | |
Struct for compiler/linker commands.
Definition at line 249 of file compiler.h.
| 
 | inline | 
Definition at line 253 of file compiler.h.
| 
 | inline | 
Definition at line 256 of file compiler.h.
| 
 | inline | 
Definition at line 260 of file compiler.h.
| 
 | inline | 
Definition at line 259 of file compiler.h.
References command, extensions, and generatedFiles.
| wxString CompilerTool::command | 
command to execute
Definition at line 262 of file compiler.h.
Referenced by DirectCommands::GetCompileFileCommand(), Compiler::LoadSettings(), AdvancedCompilerOptionsDlg::OnAddExt(), and operator==().
| wxArrayString CompilerTool::extensions | 
file extensions for which the command will be invoked (no leading dot)
Definition at line 263 of file compiler.h.
Referenced by Compiler::LoadSettings(), and operator==().
| wxArrayString CompilerTool::generatedFiles | 
the native language files this command generates that should be further compiled
Definition at line 264 of file compiler.h.
Referenced by cbProject::AddFile(), Compiler::LoadSettings(), and operator==().
 1.8.13
 1.8.13