Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
i
j
m
n
o
p
r
s
t
u
x
+
Functions
a
b
c
d
e
i
j
m
o
p
r
s
t
u
x
Variables
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
x
+
Variables
a
c
f
h
i
k
l
m
n
o
p
r
s
t
x
Typedefs
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
classdesc_epilogue.h
Go to the documentation of this file.
1
/*
2
@copyright Russell Standish 2000-2013
3
@author Russell Standish
4
This file is part of Classdesc
5
6
Open source licensed under the MIT license. See LICENSE for details.
7
*/
8
9
/*
10
This file includes the relevant epilogue files for any descriptors
11
used so far
12
*/
19
#ifndef CLASSDESC_EPILOGUE_H
20
#define CLASSDESC_EPILOGUE_H
21
// satisfy linkage requirements for classdesc_epilogue_not_included check
22
namespace
23
{
24
int
classdesc_epilogue_not_included() {
return
1;}
25
}
26
27
#include "typeName_epilogue.h"
28
29
#ifdef PACK_BASE_H
30
#include "pack_epilogue.h"
31
#endif
32
33
#ifdef XML_COMMON_H
34
#include "xml_pack_epilogue.h"
35
#endif
36
37
#ifdef DUMP_BASE_H
38
#include "dump_epilogue.h"
39
#endif
40
41
#ifdef JAVACLASS_BASE_H
42
#include "javaClass_epilogue.h"
43
#endif
44
45
#ifdef JSON_PACK_BASE_H
46
#include "json_pack_epilogue.h"
47
#endif
48
49
#ifdef RANDOM_INIT_BASE_H
50
#include "random_init_epilogue.h"
51
#endif
52
53
#endif
include
classdesc_epilogue.h
Generated by
1.8.13