array.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_CONTAINERS_ARRAY_HPP_
00013 #define ECL_CONTAINERS_ARRAY_HPP_
00014 
00015 /*****************************************************************************
00016 ** Includes
00017 *****************************************************************************/
00018 
00019 #ifdef ECL_MEM_CHECK_ARRAYS
00020   #include "array/array_mem_check.hpp"
00021   #include "array/array_dynamic_mem_check.hpp"
00022 #else
00023   #include "array/array_no_mem_check.hpp"
00024   #include "array/array_dynamic_no_mem_check.hpp"
00025 #endif
00026 // make sure the utility classes get included.
00027 #include "array/converters.hpp"
00028 #include "array/formatters.hpp"
00029 
00030 #endif /* ECL_CONTAINERS_ARRAY_HPP_ */


ecl_containers
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:12:25