#include <string>
Go to the source code of this file.
◆ IWORK_DECLARE_PROPERTY
#define IWORK_DECLARE_PROPERTY |
( |
| name, |
|
|
| type ) |
Value:namespace property { \
} \
\
template<> \
struct IWORKPropertyInfo<property::
name> \
{ \
typedef type ValueType; \
}
int id
Definition IWORKToken.cpp:44
const char * name
Definition IWORKToken.cpp:43
@ type
Definition IWORKToken.h:493
std::string IWORKPropertyID_t
Definition IWORKPropertyInfo.h:18
◆ IWORK_IMPLEMENT_PROPERTY
#define IWORK_IMPLEMENT_PROPERTY |
( |
| name | ) |
|
Value:const IWORKPropertyID_t IWORKPropertyInfo<property::name>::id = #
name