Code::Blocks
SVN r11506
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
Enumerations
+
Enumerator
b
c
d
e
f
k
n
p
r
s
u
v
w
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Typedefs
a
b
c
d
e
f
i
l
m
p
r
s
t
w
+
Enumerations
b
c
d
e
f
l
o
p
q
r
s
t
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
+
Related Functions
b
c
d
e
f
l
m
n
p
s
t
u
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
e
f
g
h
i
k
m
n
r
s
t
u
w
+
Typedefs
b
c
e
f
h
n
o
p
r
s
t
v
w
+
Enumerations
a
b
c
d
e
f
l
m
o
p
s
t
w
+
Enumerator
a
b
c
d
e
f
h
l
m
o
p
s
t
u
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
plugins
compilergcc
compilerMSVC8.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 COMPILERMSVC8_H
7
#define COMPILERMSVC8_H
8
9
#include <
compiler.h
>
10
11
class
CompilerMSVC8
:
public
Compiler
12
{
13
public
:
14
CompilerMSVC8
();
15
virtual
~CompilerMSVC8
();
16
virtual
AutoDetectResult
AutoDetectInstallationDir
();
17
protected
:
18
Compiler
*
CreateCopy
();
19
private
:
20
};
21
22
#endif // COMPILERMSVC8_H
CompilerMSVC8::CompilerMSVC8
CompilerMSVC8()
Definition:
compilerMSVC8.cpp:20
CompilerMSVC8
Definition:
compilerMSVC8.h:11
compiler.h
CompilerMSVC8::AutoDetectInstallationDir
virtual AutoDetectResult AutoDetectInstallationDir()
Try to auto-detect the compiler's installation directory.
Definition:
compilerMSVC8.cpp:37
CompilerMSVC8::CreateCopy
Compiler * CreateCopy()
Implement this in new compilers, to return a new copy.
Definition:
compilerMSVC8.cpp:32
AutoDetectResult
AutoDetectResult
Definition:
compiler.h:190
CompilerMSVC8::~CompilerMSVC8
virtual ~CompilerMSVC8()
Definition:
compilerMSVC8.cpp:27
Compiler
Abstract base class for compilers.
Definition:
compiler.h:274
Generated by
1.8.13