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); \
#define KEY1_DECLARE_STRING_CONVERTER(type)
Definition KEY1StringConverter.h:27
@ value
Definition IWORKToken.h:631
Definition IWORKBezierElement.cpp:21
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