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::DynamicStorage
@ DynamicStorage
Definition: definitions.hpp:42
ecl::FixedStorage
@ FixedStorage
Definition: definitions.hpp:43
ecl::StorageType
StorageType
A simple flag for denoting the storage type of the container.
Definition: definitions.hpp:35
ecl
Embedded control libraries.


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