Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
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
z
~
Functions
_
a
b
c
d
e
g
h
i
l
m
o
r
s
t
u
w
x
~
Variables
c
g
i
k
m
p
r
s
t
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
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
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
i
k
p
r
s
t
u
v
z
Enumerations
_
a
b
c
e
f
h
j
l
m
p
r
s
t
u
v
x
z
Enumerator
a
b
c
e
f
h
j
l
m
n
p
r
s
t
u
v
w
x
z
Properties
a
b
d
e
f
i
l
m
p
q
r
s
t
w
Related Functions
c
h
o
s
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
x
z
Functions
_
c
d
e
f
g
i
k
m
o
r
s
v
w
z
Variables
_
a
c
d
e
f
g
i
k
l
m
o
p
q
r
s
t
u
w
Typedefs
_
c
d
f
g
h
i
p
s
u
v
w
Enumerations
Enumerator
d
f
i
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
pch.h
Go to the documentation of this file.
1
// pch.h: This is a precompiled header file.
2
// Files listed below are compiled only once, improving build performance for future builds.
3
// This also affects IntelliSense performance, including code completion and many code browsing features.
4
// However, files listed here are ALL re-compiled if any one of them is updated between builds.
5
// Do not add files here that you will be updating frequently as this negates the performance advantage.
6
7
#ifndef PCH_H
8
#define PCH_H
9
#pragma once
10
11
#define USE_UNICODE 0
// Why does UNICODE get flipped on ??
12
#define USE_UNITTESTS_MS
// Use M$ test framework with Visual Studio and _WIN32
13
14
#ifndef GRAYLIB_TEST_LINK
15
#if defined(_MFC_VER) || defined(GRAY_STATICLIB)
// GRAY_STATICLIB or _MFC_VER can be defined to make Gray* all static lib
16
#define GRAYLIB_TEST_LINK
// not in a DLL
17
#else
18
#define GRAYLIB_TEST_LINK __DECL_EXPORT
19
#endif
20
#endif
21
22
#include "
GrayCore.Tests/cUnitTestMs.h
"
23
24
#endif
//PCH_H
cUnitTestMs.h
GrayLib.Tests
pch.h
Generated on Tue Feb 2 2021 11:29:22 for Gray C++ Libraries by
1.9.1