Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
CompilerTool Struct Reference

Struct for compiler/linker commands. More...

#include <compiler.h>

Collaboration diagram for CompilerTool:

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...
 

Detailed Description

Struct for compiler/linker commands.

Definition at line 249 of file compiler.h.

Constructor & Destructor Documentation

◆ CompilerTool() [1/2]

CompilerTool::CompilerTool ( const wxString command_in = wxEmptyString,
const wxString extensions_in = wxEmptyString,
const wxString generatedFiles_in = wxEmptyString 
)
inline

Definition at line 253 of file compiler.h.

◆ CompilerTool() [2/2]

CompilerTool::CompilerTool ( const CompilerTool rhs)
inline

Definition at line 256 of file compiler.h.

Member Function Documentation

◆ operator!=()

bool CompilerTool::operator!= ( const CompilerTool rhs) const
inline

Definition at line 260 of file compiler.h.

◆ operator==()

bool CompilerTool::operator== ( const CompilerTool rhs) const
inline

Definition at line 259 of file compiler.h.

References command, extensions, and generatedFiles.

Member Data Documentation

◆ command

wxString CompilerTool::command

◆ extensions

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==().

◆ generatedFiles

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==().


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