Main Page
Related Pages
Modules
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
ecl::StorageType
StorageType
ecl::DynamicStorage
DynamicStorage
ecl::FixedStorage
FixedStorage
xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:37