aboutsummaryrefslogtreecommitdiffstats
path: root/src/Enum2String.cpp
blob: e64b6ea23076c662c34986b02fb37a360762ee9a (plain) (blame)
1
2
3
4
5
6
7
8
9
/// The strings associated with the enums are generated here
/////////////////////////////////////////////////////////////////////
#include <string>

#include "AnnotationTypes.hpp"

#define GENERATE_ENUM_STRINGS  // Start string generation
#include "AnnotationTypes.hpp"
#undef GENERATE_ENUM_STRINGS   // Stop string generation