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