10#ifndef KEY1STRINGCONVERTER_H_INCLUDED
11#define KEY1STRINGCONVERTER_H_INCLUDED
13#include <boost/optional.hpp>
27#define KEY1_DECLARE_STRING_CONVERTER(type) \
29struct KEY1StringConverter<type> \
31static boost::optional<type> convert (const char *value); \
@ value
Definition: IWORKToken.h:631
Definition: IWORKBezierElement.cpp:21
KEY1_DECLARE_STRING_CONVERTER(glm::dmat3)
Definition: IWORKTypes.h:79
Definition: IWORKTypes.h:53
Definition: IWORKTypes.h:45
Definition: KEY1StringConverter.h:23
static boost::optional< T > convert(const char *value)
Definition: KEY1StringConverter.cpp:28