Macro Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 ASSOCIATE
C
 CHECK
 CHECK_EQUAL
D
 DECLARE_REFLECTION
 DECLARE_REFLECTION_ALIAS
 DECLARE_REFLECTION_EX
 DECLARE_STATIC_EXTENSION
 DECLARE_STATIC_REFLECTION
 DECLARE_TEMPLATE_REFLECTION
 DECLARE_TEMPLATE_REFLECTION_ALIAS
 DEFINE_LOCAL_STATIC_REFLECTION
 DEFINE_PRIVATE_REFLECTION
 DEFINE_REFLECTION
 DEFINE_STATIC_REFLECTION
 DEFINE_TEMPLATE_REFLECTION
R
 ReflectExport
T
 TEST
associates a type with a test, used to tell the test framework which types have been tested.
checks if an expression is true.
A specialized check for comparing values, may give slightly more interesting output compared to CHECK.
Declares reflection for a class.
Causes one static type to share reflection with another.
Declares reflection for a class, changing the ClassType used to reflect the class.
Declares reflection for a static type.
Declares reflection for a class with a templated base type.
Causes a templated static type to share reflection with another.
Defines the reflection support for a dynamic type, allowing the reflecting (class object) type to be privately specialized.
Defines the reflection support for a type using its class’ DescriptionHelper.
Defines reflection for a non-dynamic type.
Defines the reflection support for a templated type using its class’ DescriptionHelper.
Use this macro in the declarations of any classes or functions that need correct DLL linkage.
Defines a new TEST,
Close