Itasca C++ Interface
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
c
d
e
g
i
m
n
o
p
r
s
t
v
w
+
Typedefs
c
d
f
i
l
n
p
s
t
u
v
Enumerations
+
Enumerator
a
b
c
d
f
g
h
i
k
l
n
p
r
s
u
v
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
f
g
i
l
o
q
r
s
t
u
v
+
Functions
c
d
g
i
o
r
s
t
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
common
base
src
version.h
1
#pragma once
2
// Sets framework version numbers
3
#include "../../baseversion.txt"
4
namespace
version {
5
const
unsigned
major = MAJOR_VERSION;
// Currently version 8
6
const
unsigned
update = UPDATE_VERSION;
7
const
std::string revision = REVISION_VERSION;
// SVN revision, set by build server.
8
BASE_EXPORT
extern
const
char
*targetPlatform;
9
}
10
#undef MAJOR_VERSION
11
#undef UPDATE_VERSION
12
#undef REVISION_VERSION
13
// EoF
BASE_EXPORT
#define BASE_EXPORT
Definition:
basedef.h:21
Generated by
1.8.15