array.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_CONTAINERS_ARRAY_HPP_
13 #define ECL_CONTAINERS_ARRAY_HPP_
14 
15 /*****************************************************************************
16 ** Includes
17 *****************************************************************************/
18 
19 #ifdef ECL_MEM_CHECK_ARRAYS
20  #include "array/array_mem_check.hpp"
22 #else
25 #endif
26 // make sure the utility classes get included.
27 #include "array/converters.hpp"
28 #include "array/formatters.hpp"
29 
30 #endif /* ECL_CONTAINERS_ARRAY_HPP_ */
array_no_mem_check.hpp
Fixed size containers with a few bells and whistles.
array_dynamic_no_mem_check.hpp
Dynamically sized containers with a few bells and whistles.
converters.hpp
array_mem_check.hpp
Fixed size containers with a few bells and whistles.
formatters.hpp
Text formatters for streaming array classes.
array_dynamic_mem_check.hpp
Dynamically sized containers with a few bells and whistles.


ecl_containers
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:34