#include <icl_core_config/Config.h>
#include <iterator>
#include <vector>
#include <boost/assign/list_of.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
- Author
- Klaus Uhl uhl@f.nosp@m.zi.d.nosp@m.e
- Date
- 2012-01-25
Definition in file ts_BatchGet.cpp.
char const* enum_value_char_description[] = {"ONE", "TWO", "THREE", NULL} |
std::vector<std::string> enum_value_description |
Initial value:=
boost::assign::list_of<std::string>("ONE")("TWO")("THREE")
Definition at line 40 of file ts_BatchGet.cpp.