12 lines
254 B
C++
12 lines
254 B
C++
|
/** \brief This file contains after preprocessing the code for enum to string conversion.
|
||
|
*
|
||
|
* See file \ref EnumToString.h for details.
|
||
|
*/
|
||
|
#include "EnumStrings.h"
|
||
|
|
||
|
#define GENERATE_ENUM_STRINGS
|
||
|
|
||
|
#include "EnumStrings.h"
|
||
|
|
||
|
#undef GENERATE_ENUM_STRINGS
|