definitions.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_CONTAINERS_DEFINITIONS_HPP_
00013 #define ECL_CONTAINERS_DEFINITIONS_HPP_
00014 
00015 /*****************************************************************************
00016 ** Namespaces
00017 *****************************************************************************/
00018 
00019 namespace ecl {
00020 
00021 /*****************************************************************************
00022 ** Enums
00023 *****************************************************************************/
00031 enum StorageType {
00032     DynamicStorage = 0,
00033     FixedStorage = 1   
00034 };
00035 
00036 }; // namespace ecl
00037 
00038 #endif /* ECL_CONTAINERS_DEFINITIONS_HPP_ */


ecl_containers
Author(s): Daniel Stonier
autogenerated on Mon Jul 3 2017 02:21:42