Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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 Jun 10 2019 13:08:30