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

Go to the source code of this file.

Classes

class  CompilerCommandGenerator
 Generate command-lines needed to produce a build. More...
 

Typedefs

typedef std::map< ProjectBuildTarget *, wxStringOptionsMap
 
typedef std::map< ProjectBuildTarget *, wxArrayStringSearchDirsMap
 

Typedef Documentation

◆ OptionsMap

typedef std::map<ProjectBuildTarget*, wxString> OptionsMap

Definition at line 19 of file compilercommandgenerator.h.

◆ SearchDirsMap

Definition at line 22 of file compilercommandgenerator.h.