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

Go to the source code of this file.

Classes

struct  CompileError
 
class  CompilerErrors
 

Functions

 WX_DECLARE_OBJARRAY (CompileError, ErrorsArray)
 

Class Documentation

◆ CompileError

struct CompileError

Definition at line 16 of file compilererrors.h.

Collaboration diagram for CompileError:
Class Members
wxArrayString errors
wxString filename
long int line
CompilerLineType lineType
cbProject * project

Function Documentation

◆ WX_DECLARE_OBJARRAY()

WX_DECLARE_OBJARRAY ( CompileError  ,
ErrorsArray   
)