Classes | |
class | kanzi::UsingIntrusivePtr |
Class that should be inherited by objects using intrusive_ptr. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Macros | |
#define | KZ_USING_INTRUSIVE_PTR(TypeName) |
Macro that should be declared in classes inheriting UsingIntrusivePtr. More... | |
#define KZ_USING_INTRUSIVE_PTR | ( | TypeName | ) |
Macro that should be declared in classes inheriting UsingIntrusivePtr.
TypeName | Type of the object inheriting UsingIntrusivePtr. |