Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
i
m
o
p
r
s
w
~
Variables
a
b
c
d
e
f
i
l
o
p
r
s
t
u
v
w
Typedefs
b
c
d
f
i
r
s
v
Related Functions
Files
File List
File Members
All
b
d
e
f
m
p
s
t
u
Functions
m
p
t
Variables
Typedefs
Macros
include
ecl
containers
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
"
21
#include "
array/array_dynamic_mem_check.hpp
"
22
#else
23
#include "
array/array_no_mem_check.hpp
"
24
#include "
array/array_dynamic_no_mem_check.hpp
"
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