patterns.temp.h

Go to the documentation of this file.
00001 
00011 #ifndef ctl_declarations
00012 #error The 'ctl_declarations' template parameter was not defined.  It should be a string to pass to #include.
00013 #endif
00014 
00015 /* 
00016  * Generate init/destroy/copy/validate
00017  */
00018 #include "ctl/dg/instance.temp.h"
00019 
00020 /* 
00021  * Generate move/swap/compare
00022  */
00023 #include "ctl/dg/sorts.temp.h"
00024 
00025 /* 
00026  * Generate simple binary serialization
00027  */
00028 #include "ctl/dg/serial.temp.h"
00029 
00030 /* 
00031  * Generate robust binary serialization
00032  */
00033 #include "ctl/dg/record.temp.h"
00034 
00035 /* 
00036  * Generate XML input/output
00037  */
00038 #include "ctl/dg/xml.temp.h"
00039 
00040 /* 
00041  * Generate unit test
00042  */
00043 #include "ctl/dg/unit.temp.h"
00044 
00045 /* As a side-effect, undeclare the template file parameter so additional expansions can be done trivially */
00046 #undef ctl_declarations 

Generated on Fri Jan 2 15:28:34 2009 for Squat by  doxygen 1.5.6