Example of usage :
Macros | |
| #define | DYNAMIC_INVOCATION_BEGIN |
| Begin to publish elements through the dynamic invocation mechanism More... | |
| #define | DYNAMIC_INVOCATION_BASECLASS |
| Call the parent dynamic invocation behaviour More... | |
| #define | DYNAMIC_INVOCATION_END |
| End to publish elements through the dynamic invocation mechanism More... | |
Modules | |
| Publish field | |
| Publish child | |
| Publish void method | |
| Publish None-void method | |
| #define DYNAMIC_INVOCATION_BASECLASS |
Call the parent dynamic invocation behaviour
Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.
| #define DYNAMIC_INVOCATION_BEGIN |
Begin to publish elements through the dynamic invocation mechanism
Context of use : Class declaration.
| #define DYNAMIC_INVOCATION_END |
End to publish elements through the dynamic invocation mechanism
Context of use : Class declaration.