Kanzi 3.9.10
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

namespace  kanzi
 

Macros

#define KZ_USING_INTRUSIVE_PTR(TypeName)
 Macro that should be declared in classes inheriting UsingIntrusivePtr.
 

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.