Moved data types into separate folder, split boolean

Each file within data_types/boolean/ is relatively short and easy to
grok.
This commit is contained in:
rbock
2015-10-29 22:21:46 +01:00
parent 12eabd28f4
commit 173d6adbc9
44 changed files with 950 additions and 243 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ print('#ifndef '+get_include_guard_name(namespace, pathToHeader), file=header)
print('#define '+get_include_guard_name(namespace, pathToHeader), file=header)
print('', file=header)
print('#include <' + INCLUDE + '/table.h>', file=header)
print('#include <' + INCLUDE + '/column_types.h>', file=header)
print('#include <' + INCLUDE + '/data_types.h>', file=header)
print('#include <' + INCLUDE + '/char_sequence.h>', file=header)
print('', file=header)
print('namespace ' + namespace, file=header)