Code::Blocks
SVN r11506
plugins
compilergcc
compilerIAR.h
Go to the documentation of this file.
1
/*
2
* This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3
3
* http://www.gnu.org/licenses/gpl-3.0.html
4
*/
5
6
#ifndef COMPILER_IAR_H
7
#define COMPILER_IAR_H
8
9
#include <
compiler.h
>
10
11
class
CompilerIAR
:
public
Compiler
12
{
13
public
:
14
CompilerIAR
(
wxString
arch);
15
virtual
~CompilerIAR
();
16
virtual
AutoDetectResult
AutoDetectInstallationDir
();
17
protected
:
18
virtual
Compiler
*
CreateCopy
();
19
wxString
m_Arch
;
20
private
:
21
};
22
23
#endif // COMPILER_IAR_H
compiler.h
CompilerIAR::AutoDetectInstallationDir
virtual AutoDetectResult AutoDetectInstallationDir()
Try to auto-detect the compiler's installation directory.
Definition:
compilerIAR.cpp:42
AutoDetectResult
AutoDetectResult
Definition:
compiler.h:190
wxString
CompilerIAR::m_Arch
wxString m_Arch
Definition:
compilerIAR.h:19
CompilerIAR::CompilerIAR
CompilerIAR(wxString arch)
Definition:
compilerIAR.cpp:24
Compiler
Abstract base class for compilers.
Definition:
compiler.h:274
CompilerIAR
Definition:
compilerIAR.h:11
CompilerIAR::~CompilerIAR
virtual ~CompilerIAR()
Definition:
compilerIAR.cpp:32
CompilerIAR::CreateCopy
virtual Compiler * CreateCopy()
Implement this in new compilers, to return a new copy.
Definition:
compilerIAR.cpp:37
Generated by
1.8.13