#include <vector>
#include <boost/algorithm/string/join.hpp>
#include <boost/assign/list_of.hpp>
#include <boost/bimap.hpp>
#include <boost/range/adaptor/map.hpp>
#include <boost/range/algorithm/copy.hpp>
Go to the source code of this file.
|
| #define | IMPLEMENT_ENUMSTRINGMAP(ENUMSTRINGMAPTYPE) |
| |
◆ IMPLEMENT_ENUMSTRINGMAP
| #define IMPLEMENT_ENUMSTRINGMAP |
( |
|
ENUMSTRINGMAPTYPE | ) |
|
Value: template <> \
const EnumStringMap<ENUMSTRINGMAPTYPE>::bm_type EnumStringMap<ENUMSTRINGMAPTYPE>::map_ = \
boost::assign::list_of<EnumStringMap<ENUMSTRINGMAPTYPE>::bm_type::relation>