Kanzi  3.9.6
Kanzi Engine API
intrusive_ptr.hpp File Reference
#include <kanzi/core/cpp/memory.hpp>
#include <boost/intrusive_ptr.hpp>

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...
 

Macro Definition Documentation

◆ KZ_USING_INTRUSIVE_PTR

#define KZ_USING_INTRUSIVE_PTR (   TypeName)

Macro that should be declared in classes inheriting UsingIntrusivePtr.

Parameters
TypeNameType of the object inheriting UsingIntrusivePtr.