Code::Blocks  SVN r11506
Classes | Macros | Functions
projectloader.h File Reference
#include <wx/hashmap.h>
#include "ibaseloader.h"
Include dependency graph for projectloader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProjectLoader
 Code::Blocks project file loader. More...
 

Macros

#define PROJECT_FILE_VERSION_MAJOR   1
 
#define PROJECT_FILE_VERSION_MINOR   6
 

Functions

 WX_DECLARE_STRING_HASH_MAP (wxString, CompilerSubstitutes)
 

Macro Definition Documentation

◆ PROJECT_FILE_VERSION_MAJOR

#define PROJECT_FILE_VERSION_MAJOR   1

Definition at line 12 of file projectloader.h.

Referenced by ProjectLoader::ExportTargetAsProject(), and ProjectLoader::Open().

◆ PROJECT_FILE_VERSION_MINOR

#define PROJECT_FILE_VERSION_MINOR   6

Definition at line 13 of file projectloader.h.

Referenced by ProjectLoader::ExportTargetAsProject(), and ProjectLoader::Open().

Function Documentation

◆ WX_DECLARE_STRING_HASH_MAP()

WX_DECLARE_STRING_HASH_MAP ( wxString  ,
CompilerSubstitutes   
)