|
Any++
|
| Proxies | Proxies manage the storage in an any |
| Casts | Mix and match downcast, crosscast, and obtain any with other |
| Any++ configuration macro | Macro to configure Any++ for DLL mode |
| TRAIT... and ANY_ macros | Macros to define trait 's and any 's |
| ANY_FN... and ANY_OP macros | Macros to define trait's and any's functions and operators |
| MODEL_MAP macros | Macros to define behavior of models for trait's |
| ANY_SINGLETON macros | Macros to reduce boilerplate for declaring/defining static runtime data |
| VANY_DISPACH macros | Macros to reduce boilerplate for declaring/defining open dispatch with vany_variant. Only neccessary for DLL scenarios |
| ANY_META_CLASS macros for crosscast | Macros to define static runtime type data for a model. Only neccessary for DLL and crosscast scenarios |
| DISPATCH_ macros | Macros to define static runtime data for open dispatch. Only neccessary for DLL scenarios |