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
definitions.hpp
Go to the documentation of this file.
1
8
/*****************************************************************************
9
** Ifdefs
10
*****************************************************************************/
11
12
#ifndef ECL_CONTAINERS_DEFINITIONS_HPP_
13
#define ECL_CONTAINERS_DEFINITIONS_HPP_
14
15
/*****************************************************************************
16
** Namespaces
17
*****************************************************************************/
18
19
namespace
ecl
{
20
21
/*****************************************************************************
22
** Enums
23
*****************************************************************************/
31
enum
StorageType
{
32
DynamicStorage
= 0,
33
FixedStorage
= 1
34
};
35
36
};
// namespace ecl
37
38
#endif
/* ECL_CONTAINERS_DEFINITIONS_HPP_ */
ecl
Embedded control libraries.
ecl::StorageType
StorageType
A simple flag for denoting the storage type of the container.
Definition:
definitions.hpp:31
ecl::DynamicStorage
Definition:
definitions.hpp:32
ecl::FixedStorage
Definition:
definitions.hpp:33
ecl_containers
Author(s): Daniel Stonier
autogenerated on Mon Feb 28 2022 22:18:43