10 #ifndef KEY1STRINGCONVERTER_H_INCLUDED
11 #define KEY1STRINGCONVERTER_H_INCLUDED
13 #include <boost/optional.hpp>
15 #include <glm/glm.hpp>
27 #define KEY1_DECLARE_STRING_CONVERTER(type) \
29 struct KEY1StringConverter<type> \
31 static boost::optional<type> convert (const char *value); \
40 #endif // KEY1STRINGCONVERTER_H_INCLUDED
Definition: KEY1StringConverter.h:22
Definition: IWORKToken.h:631
KEY1_DECLARE_STRING_CONVERTER(glm::dmat3)
static boost::optional< T > convert(const char *value)
Definition: KEY1StringConverter.cpp:28