Code::Blocks  SVN r11506
Classes | Functions
compileroptions.h File Reference
#include <wx/dynarray.h>
#include <wx/intl.h>
#include <wx/string.h>
#include "settings.h"
Include dependency graph for compileroptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CompOption
 
class  CompilerOptions
 

Functions

 WX_DEFINE_ARRAY (CompOption *, OptionsArray)
 

Class Documentation

◆ CompOption

struct CompOption

Definition at line 14 of file compileroptions.h.

Collaboration diagram for CompOption:
Class Members
wxString additionalLibs
wxString category
wxString checkAgainst
wxString checkMessage
bool enabled
bool exclusive
wxString name
wxString option
wxString supersedes

Function Documentation

◆ WX_DEFINE_ARRAY()

WX_DEFINE_ARRAY ( CompOption ,
OptionsArray   
)