Object used in unit testing of object templates.
More...
#include "TheStruct.h"
#include "TemplateInclude.h"
Go to the source code of this file.
|
|
#define | CLASS UnitSecondObject |
| |
| #define | EXPAND_CLASS_MEMBERS(CLASS) |
| |
Object used in unit testing of object templates.
◆ EXPAND_CLASS_MEMBERS
| #define EXPAND_CLASS_MEMBERS |
( |
|
CLASS | ) |
|
Value: EXPAND_CLASS_MEMBER_INT(CLASS, TheInteger, int) \
EXPAND_CLASS_MEMBER_INT(CLASS, TheUnsignedLong, unsigned long) \
EXPAND_CLASS_MEMBER_INT(CLASS, TheCharPointer, char *) \
EXPAND_CLASS_MEMBER_BUFFER(CLASS, TheBuffer,
struct TheStruct) \
EXPAND_CLASS_MEMBER_LIST(CLASS, TheList) \
\
EXPAND_CLASS_MEMBER_STRING(CLASS, TheString) \
EXPAND_CLASS_MEMBER_DOMSTRING(CLASS, TheDomString)