00001 00010 /***************************************************************************** 00011 ** Ifdefs 00012 *****************************************************************************/ 00013 00014 #ifndef ECL_CONCEPTS_HPP_ 00015 #define ECL_CONCEPTS_HPP_ 00016 00017 /***************************************************************************** 00018 ** Includes 00019 *****************************************************************************/ 00020 00021 #include "concepts/macros.hpp" 00022 #include "concepts/blueprints.hpp" 00023 #include "concepts/containers.hpp" 00024 #include "concepts/devices.hpp" 00025 #include "concepts/nullary_function.hpp" 00026 #include "concepts/streams.hpp" 00027 00028 #endif /* ECL_CONCEPTS_HPP_ */