Go to the source code of this file.
Defines | |
#define | IPP_DECLARE_SMARTPOINTER(className) |
|
Value: typedef IPPDME_EXT_CLASS boost::intrusive_ptr<className> className##Ptr; \ typedef IPPDME_EXT_CLASS boost::intrusive_ptr<const className> className##ConstPtr; Definition at line 54 of file ippObject.h. |