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