00001 00011 /***************************************************************************** 00012 ** Ifdefs 00013 *****************************************************************************/ 00014 00015 #ifndef ECL_STREAMS_MANIPULATORS_HPP_ 00016 #define ECL_STREAMS_MANIPULATORS_HPP_ 00017 00018 /***************************************************************************** 00019 ** Includes 00020 *****************************************************************************/ 00021 00022 #include "manipulators/manipulator.hpp" 00023 #include "text_stream.hpp" 00024 #include "manipulators/end_of_line.hpp" 00025 #include "manipulators/clear_screen.hpp" 00026 00027 #endif /* ECL_STREAMS_MANIPULATORS_HPP_ */