libSplash
basetypes.hpp
1 
23 #ifndef BASETYPES_HPP
24 #define BASETYPES_HPP
25 
26 #include "splash/basetypes/basetypes_array.hpp"
27 #include "splash/basetypes/basetypes_atomic.hpp"
28 #include "splash/basetypes/basetypes_compound.hpp"
29 
30 #include "splash/basetypes/ColTypeBool.hpp"
31 #include "splash/basetypes/ColTypeDim.hpp"
32 #include "splash/basetypes/ColTypeDimArray.hpp"
33 #include "splash/basetypes/ColTypeString.hpp"
34 
35 #include "splash/basetypes/ColTypeUnknown.hpp"
36 
37 #endif /* BASETYPES_HPP */