include
ecl
containers.hpp
Go to the documentation of this file.
1
8
/*****************************************************************************
9
** Ifdefs
10
*****************************************************************************/
11
12
#ifndef ECL_CONTAINERS_HPP_
13
#define ECL_CONTAINERS_HPP_
14
15
/*****************************************************************************
16
** Includes
17
*****************************************************************************/
18
19
#include "
containers/definitions.hpp
"
20
#include "
containers/initialiser.hpp
"
21
#include "
containers/array.hpp
"
22
#include "
containers/converters.hpp
"
23
#include "
containers/fifo.hpp
"
24
#include "
containers/push_and_pop.hpp
"
25
#include "
containers/stencil.hpp
"
26
27
#endif
/* ECL_CONTAINERS_HPP_ */
fifo.hpp
A simple fifo implementation.
converters.hpp
Some simple converters for ecl container types.
array.hpp
Fixed size containers with a few bells and whistles.
initialiser.hpp
Comma initialiser for container types.
stencil.hpp
Windows over ecl type containers.
definitions.hpp
Some common container definitions.
push_and_pop.hpp
A simple push and pop container.
ecl_containers
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:34