00001 00011 /***************************************************************************** 00012 ** Ifdefs 00013 *****************************************************************************/ 00014 00015 #ifndef ECL_FORMATTERS_HPP_ 00016 #define ECL_FORMATTERS_HPP_ 00017 00018 /***************************************************************************** 00019 ** Includes 00020 *****************************************************************************/ 00021 00022 #include "formatters/common.hpp" 00023 #include "formatters/number.hpp" 00024 #include "formatters/floats.hpp" 00025 #include "formatters/strings.hpp" 00026 00027 #endif /*ECL_FORMATTERS_HPP_*/