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