Code::Blocks
SVN r11506
plugins
compilergcc
compilerMSVC10.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 COMPILERMSVC10_H_
7
#define COMPILERMSVC10_H_
8
9
#include <
compiler.h
>
10
11
class
CompilerMSVC10
:
public
Compiler
12
{
13
public
:
14
CompilerMSVC10
();
15
virtual
~CompilerMSVC10
();
16
virtual
AutoDetectResult
AutoDetectInstallationDir
();
17
18
protected
:
19
Compiler
*
CreateCopy
();
20
};
21
22
#endif // COMPILERMSVC10_H_
CompilerMSVC10::~CompilerMSVC10
virtual ~CompilerMSVC10()
Definition:
compilerMSVC10.cpp:27
compiler.h
AutoDetectResult
AutoDetectResult
Definition:
compiler.h:190
CompilerMSVC10::CompilerMSVC10
CompilerMSVC10()
Definition:
compilerMSVC10.cpp:20
CompilerMSVC10::AutoDetectInstallationDir
virtual AutoDetectResult AutoDetectInstallationDir()
Try to auto-detect the compiler's installation directory.
Definition:
compilerMSVC10.cpp:37
Compiler
Abstract base class for compilers.
Definition:
compiler.h:274
CompilerMSVC10
Definition:
compilerMSVC10.h:11
CompilerMSVC10::CreateCopy
Compiler * CreateCopy()
Implement this in new compilers, to return a new copy.
Definition:
compilerMSVC10.cpp:32
Generated by
1.8.13